Html Css Color HEX #B00474 Eggplant

📋 copy color: '#B00474'

red 176 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #B00474

Tints of Eggplant #B00474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.19%

R = 59.46%
G = 1.35%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00474 (or 0xB00474) is known color: Eggplant. HEX triplet: B0, 04 and 74. RGB value is (176,4,116). Sum of RGB (Red+Green+Blue) = 176+4+116=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B00474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00474 is #4FFB8B. Grayscale: #434343. Windows color (decimal): -5241740 or 7603376. OLE color: 7603376.

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

Color convert

RGB 176 4 116 -
CMYK 0 0.98 0.34 0.31
HSL 320.93º 0.96% 0.35% -
HSV(B) 320.93º 0.98% 0.69% -
XYZ 21.1 10.58 17.45 -
YUV 68.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 176 4 116 0 0.98 0.34 0.31 320.93 0.96 0.35
Hex B0 4 74 0 62 22 1F 141 60 23
Octal 260 4 164 0 142 42 37 501 140 43
Binary 10110000 100 1110100 0 1100010 100010 11111 101000001 1100000 100011

Color Harmonies of #B00474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00474

Black with #B00474

Text Example


Text Example

White with #B00474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00474; }

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

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

background-color css

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

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

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

border-color css

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

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

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