Html Css Color HEX #B00178 Eggplant

📋 copy color: '#B00178'

red 176 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #B00178

Tints of Eggplant #B00178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 59.26%
G = 0.34%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B00178 (or 0xB00178) is known color: Eggplant. HEX triplet: B0, 01 and 78. RGB value is (176,1,120). Sum of RGB (Red+Green+Blue) = 176+1+120=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 120 (47.27% from 255 or 40.40% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B00178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00178 is #4FFE87. Grayscale: #424242. Windows color (decimal): -5242504 or 7864752. OLE color: 7864752.

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

Color convert

RGB 176 1 120 -
CMYK 0 0.99 0.32 0.31
HSL 319.2º 0.99% 0.35% -
HSV(B) 319.2º 0.99% 0.69% -
XYZ 21.31 10.61 18.69 -
YUV 66.89 157.98 205.82 -
System Red Green Blue C M Y K H S L
Decimal 176 1 120 0 0.99 0.32 0.31 319.2 0.99 0.35
Hex B0 1 78 0 63 20 1F 13F 63 23
Octal 260 1 170 0 143 40 37 477 143 43
Binary 10110000 1 1111000 0 1100011 100000 11111 100111111 1100011 100011

Color Harmonies of #B00178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00178

Black with #B00178

Text Example


Text Example

White with #B00178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00178; }

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

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

background-color css

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

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

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

border-color css

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

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

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