Html Css Color HEX #B00496 Medium Violet Red

📋 copy color: '#B00496'

red 176 ◦ green 4 ◦ blue 150

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

Shades of Medium Violet Red #B00496

Tints of Medium Violet Red #B00496

RGB

 RED value IS 176 (69.14% from 255) = 53.33%

 GREEN value IS 4 (1.95% from 255) = 1.21%

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

R = 53.33%
G = 1.21%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B00496 (or 0xB00496) is known color: Medium Violet Red. HEX triplet: B0, 04 and 96. RGB value is (176,4,150). Sum of RGB (Red+Green+Blue) = 176+4+150=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B00496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00496 is #4FFB69. Grayscale: #474747. Windows color (decimal): -5241706 or 9831600. OLE color: 9831600.

HSL color Cylindrical-coordinate representation of color #B00496: hue angle of 309.07º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00496 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 150 -
CMYK 0 0.98 0.15 0.31
HSL 309.07º 0.96% 0.35% -
HSV(B) 309.07º 0.98% 0.69% -
XYZ 23.45 11.52 29.84 -
YUV 72.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 176 4 150 0 0.98 0.15 0.31 309.07 0.96 0.35
Hex B0 4 96 0 62 F 1F 135 60 23
Octal 260 4 226 0 142 17 37 465 140 43
Binary 10110000 100 10010110 0 1100010 1111 11111 100110101 1100000 100011

Color Harmonies of #B00496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00496

Black with #B00496

Text Example


Text Example

White with #B00496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00496; }

 p { color: rgb(176,4,150); }

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

background-color css

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

 a { background-color: rgb(176,4,150); }

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

border-color css

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

 span { border-color: rgb(176,4,150); }

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