Html Css Color HEX #B00478 Eggplant

📋 copy color: '#B00478'

red 176 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #B00478

Tints of Eggplant #B00478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40%

R = 58.67%
G = 1.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B00478 (or 0xB00478) is known color: Eggplant. HEX triplet: B0, 04 and 78. RGB value is (176,4,120). Sum of RGB (Red+Green+Blue) = 176+4+120=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B00478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00478 is #4FFB87. Grayscale: #444444. Windows color (decimal): -5241736 or 7865520. OLE color: 7865520.

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

Color convert

RGB 176 4 120 -
CMYK 0 0.98 0.32 0.31
HSL 319.53º 0.96% 0.35% -
HSV(B) 319.53º 0.98% 0.69% -
XYZ 21.34 10.67 18.7 -
YUV 68.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 176 4 120 0 0.98 0.32 0.31 319.53 0.96 0.35
Hex B0 4 78 0 62 20 1F 140 60 23
Octal 260 4 170 0 142 40 37 500 140 43
Binary 10110000 100 1111000 0 1100010 100000 11111 101000000 1100000 100011

Color Harmonies of #B00478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00478

Black with #B00478

Text Example


Text Example

White with #B00478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00478; }

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

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

background-color css

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

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

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

border-color css

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

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

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