Html Css Color HEX #B20296 Medium Violet Red

📋 copy color: '#B20296'

red 178 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #B20296

Tints of Medium Violet Red #B20296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 53.94%
G = 0.61%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B20296 (or 0xB20296) is known color: Medium Violet Red. HEX triplet: B2, 02 and 96. RGB value is (178,2,150). Sum of RGB (Red+Green+Blue) = 178+2+150=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20296 is #4DFD69. Grayscale: #474747. Windows color (decimal): -5111146 or 9831090. OLE color: 9831090.

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

Color convert

RGB 178 2 150 -
CMYK 0 0.99 0.16 0.30
HSL 309.55º 0.98% 0.35% -
HSV(B) 309.55º 0.99% 0.7% -
XYZ 23.89 11.71 29.86 -
YUV 71.5 172.31 203.97 -
System Red Green Blue C M Y K H S L
Decimal 178 2 150 0 0.99 0.16 0.30 309.55 0.98 0.35
Hex B2 2 96 0 63 10 1E 136 62 23
Octal 262 2 226 0 143 20 36 466 142 43
Binary 10110010 10 10010110 0 1100011 10000 11110 100110110 1100010 100011

Color Harmonies of #B20296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20296

Black with #B20296

Text Example


Text Example

White with #B20296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20296; }

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

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

background-color css

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

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

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

border-color css

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

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

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