Html Css Color HEX #B00491 Medium Violet Red

📋 copy color: '#B00491'

red 176 ◦ green 4 ◦ blue 145

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

Shades of Medium Violet Red #B00491

Tints of Medium Violet Red #B00491

RGB

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

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

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

R = 54.15%
G = 1.23%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B00491 (or 0xB00491) is known color: Medium Violet Red. HEX triplet: B0, 04 and 91. RGB value is (176,4,145). Sum of RGB (Red+Green+Blue) = 176+4+145=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B00491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00491 is #4FFB6E. Grayscale: #474747. Windows color (decimal): -5241711 or 9503920. OLE color: 9503920.

HSL color Cylindrical-coordinate representation of color #B00491: hue angle of 310.81º 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 #B00491 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 4 145 -
CMYK 0 0.98 0.18 0.31
HSL 310.81º 0.96% 0.35% -
HSV(B) 310.81º 0.98% 0.69% -
XYZ 23.06 11.36 27.77 -
YUV 71.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 176 4 145 0 0.98 0.18 0.31 310.81 0.96 0.35
Hex B0 4 91 0 62 12 1F 137 60 23
Octal 260 4 221 0 142 22 37 467 140 43
Binary 10110000 100 10010001 0 1100010 10010 11111 100110111 1100000 100011

Color Harmonies of #B00491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00491

Black with #B00491

Text Example


Text Example

White with #B00491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00491; }

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

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

background-color css

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

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

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

border-color css

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

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

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