Html Css Color HEX #B20096 Medium Violet Red

📋 copy color: '#B20096'

red 178 ◦ green 0 ◦ blue 150

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

Shades of Medium Violet Red #B20096

Tints of Medium Violet Red #B20096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.73%

R = 54.27%
G = 0%
B = 45.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B20096 (or 0xB20096) is known color: Medium Violet Red. HEX triplet: B2, 00 and 96. RGB value is (178,0,150). Sum of RGB (Red+Green+Blue) = 178+0+150=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B20096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20096 is #4DFF69. Grayscale: #454545. Windows color (decimal): -5111658 or 9830578. OLE color: 9830578.

HSL color Cylindrical-coordinate representation of color #B20096: hue angle of 309.44º 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 #B20096 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 150 -
CMYK 0 1 0.16 0.30
HSL 309.44º 1% 0.35% -
HSV(B) 309.44º 1% 0.7% -
XYZ 23.87 11.67 29.85 -
YUV 70.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 178 0 150 0 1 0.16 0.30 309.44 1 0.35
Hex B2 0 96 0 64 10 1E 135 64 23
Octal 262 0 226 0 144 20 36 465 144 43
Binary 10110010 0 10010110 0 1100100 10000 11110 100110101 1100100 100011

Color Harmonies of #B20096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20096

Black with #B20096

Text Example


Text Example

White with #B20096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20096; }

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

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

background-color css

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

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

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

border-color css

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

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

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