Html Css Color HEX #B00279 Eggplant

📋 copy color: '#B00279'

red 176 ◦ green 2 ◦ blue 121

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

Shades of Eggplant #B00279

Tints of Eggplant #B00279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 58.86%
G = 0.67%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B00279 (or 0xB00279) is known color: Eggplant. HEX triplet: B0, 02 and 79. RGB value is (176,2,121). Sum of RGB (Red+Green+Blue) = 176+2+121=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00279 is #4FFD86. Grayscale: #434343. Windows color (decimal): -5242247 or 7930544. OLE color: 7930544.

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

Color convert

RGB 176 2 121 -
CMYK 0 0.99 0.31 0.31
HSL 318.97º 0.98% 0.35% -
HSV(B) 318.97º 0.99% 0.69% -
XYZ 21.38 10.65 19.02 -
YUV 67.59 158.15 205.32 -
System Red Green Blue C M Y K H S L
Decimal 176 2 121 0 0.99 0.31 0.31 318.97 0.98 0.35
Hex B0 2 79 0 63 1F 1F 13F 62 23
Octal 260 2 171 0 143 37 37 477 142 43
Binary 10110000 10 1111001 0 1100011 11111 11111 100111111 1100010 100011

Color Harmonies of #B00279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00279

Black with #B00279

Text Example


Text Example

White with #B00279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00279; }

 p { color: rgb(176,2,121); }

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

background-color css

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

 a { background-color: rgb(176,2,121); }

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

border-color css

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

 span { border-color: rgb(176,2,121); }

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