#B00175

Color #B00175 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #B00175

Tints of Eggplant #B00175

Color information

#B00175 (or 0xB00175) is unknown color: approx Eggplant. HEX triplet: B0, 01 and 75. RGB value is (176,1,117). Sum of RGB (Red+Green+Blue) = 176+1+117=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00175 is #4FFE8A. Grayscale: #424242. Windows color (decimal): -5242507 or 7668144. OLE color: 7668144.

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

Color convert

RGB1761117-
CMYK00.990.340.31
HSL320.23º98.87%34.71%-
HSV(B)320.23º99.43%69.02%-
XYZ21.1310.5417.75-
YUV66.55156.48206.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.86%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=59.86%
G=0.34%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176111700.990.340.31320.2398.8734.71
HexB0175063221F1406323
Octal26011650143423750014343
Binary101100001111010101100011100010111111010000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00175; }

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

 H1.HeaderClassName
 {
   color: #B00175;
 }
 .AnyTagClassName
 {
   color: #B00175;
 }
</style>
background-color css

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

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

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

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

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

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