Html Css Color HEX #B00476 Eggplant

📋 copy color: '#B00476'

red 176 ◦ green 4 ◦ blue 118

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

Shades of Eggplant #B00476

Tints of Eggplant #B00476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 59.06%
G = 1.34%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B00476 (or 0xB00476) is known color: Eggplant. HEX triplet: B0, 04 and 76. RGB value is (176,4,118). Sum of RGB (Red+Green+Blue) = 176+4+118=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B00476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00476 is #4FFB89. Grayscale: #444444. Windows color (decimal): -5241738 or 7734448. OLE color: 7734448.

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

Color convert

RGB 176 4 118 -
CMYK 0 0.98 0.33 0.31
HSL 320.23º 0.96% 0.35% -
HSV(B) 320.23º 0.98% 0.69% -
XYZ 21.22 10.62 18.07 -
YUV 68.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 176 4 118 0 0.98 0.33 0.31 320.23 0.96 0.35
Hex B0 4 76 0 62 21 1F 140 60 23
Octal 260 4 166 0 142 41 37 500 140 43
Binary 10110000 100 1110110 0 1100010 100001 11111 101000000 1100000 100011

Color Harmonies of #B00476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00476

Black with #B00476

Text Example


Text Example

White with #B00476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00476; }

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

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

background-color css

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

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

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

border-color css

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

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

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