Html Css Color HEX #B00075 Eggplant

📋 copy color: '#B00075'

red 176 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #B00075

Tints of Eggplant #B00075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 117 (46.09% from 255) = 39.93%

R = 60.07%
G = 0%
B = 39.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00075 (or 0xB00075) is known color: Eggplant. HEX triplet: B0, 00 and 75. RGB value is (176,0,117). Sum of RGB (Red+Green+Blue) = 176+0+117=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B00075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00075 is #4FFF8A. Grayscale: #414141. Windows color (decimal): -5242763 or 7667888. OLE color: 7667888.

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

Color convert

RGB 176 0 117 -
CMYK 0 1 0.34 0.31
HSL 320.11º 1% 0.35% -
HSV(B) 320.11º 1% 0.69% -
XYZ 21.12 10.51 17.75 -
YUV 65.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 176 0 117 0 1 0.34 0.31 320.11 1 0.35
Hex B0 0 75 0 64 22 1F 140 64 23
Octal 260 0 165 0 144 42 37 500 144 43
Binary 10110000 0 1110101 0 1100100 100010 11111 101000000 1100100 100011

Color Harmonies of #B00075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00075

Black with #B00075

Text Example


Text Example

White with #B00075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00075; }

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

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

background-color css

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

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

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

border-color css

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

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

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