Html Css Color HEX #B20091 Medium Violet Red

📋 copy color: '#B20091'

red 178 ◦ green 0 ◦ blue 145

#B20091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B20091

Tints of Medium Violet Red #B20091

RGB

 RED value IS 178 (69.92% from 255) = 55.11%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 55.11%
G = 0%
B = 44.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B20091 (or 0xB20091) is known color: Medium Violet Red. HEX triplet: B2, 00 and 91. RGB value is (178,0,145). Sum of RGB (Red+Green+Blue) = 178+0+145=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B20091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20091 is #4DFF6E. Grayscale: #454545. Windows color (decimal): -5111663 or 9502898. OLE color: 9502898.

HSL color Cylindrical-coordinate representation of color #B20091: hue angle of 311.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20091 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 145 -
CMYK 0 1 0.19 0.30
HSL 311.12º 1% 0.35% -
HSV(B) 311.12º 1% 0.7% -
XYZ 23.47 11.51 27.77 -
YUV 69.75 170.47 205.21 -
System Red Green Blue C M Y K H S L
Decimal 178 0 145 0 1 0.19 0.30 311.12 1 0.35
Hex B2 0 91 0 64 13 1E 137 64 23
Octal 262 0 221 0 144 23 36 467 144 43
Binary 10110010 0 10010001 0 1100100 10011 11110 100110111 1100100 100011

Color Harmonies of #B20091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20091

Black with #B20091

Text Example


Text Example

White with #B20091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20091; }

 p { color: rgb(178,0,145); }

 H1.HeaderClassName
 {
   color: #B20091;
 }
 .AnyTagClassName
 {
   color: #B20091;
 }
</style>

background-color css

<style>
 a { background-color: #B20091; }

 a { background-color: rgb(178,0,145); }

 div.DivClassName
 {
   background-color: #B20091;
 }
 .BgClassName
 {
   background-color: #B20091;
 }
</style>

border-color css

<style>
 span { border-color: #B20091; }

 span { border-color: rgb(178,0,145); }

 td.TdClassName
 {
   border-color: #B20091;
 }
 .TagClassName
 {
   border-color: #B20091;
 }
</style>