Html Css Color HEX #B00374 Eggplant

📋 copy color: '#B00374'

red 176 ◦ green 3 ◦ blue 116

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

Shades of Eggplant #B00374

Tints of Eggplant #B00374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 59.66%
G = 1.02%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00374 (or 0xB00374) is known color: Eggplant. HEX triplet: B0, 03 and 74. RGB value is (176,3,116). Sum of RGB (Red+Green+Blue) = 176+3+116=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B00374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00374 is #4FFC8B. Grayscale: #434343. Windows color (decimal): -5241996 or 7603120. OLE color: 7603120.

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

Color convert

RGB 176 3 116 -
CMYK 0 0.98 0.34 0.31
HSL 320.81º 0.97% 0.35% -
HSV(B) 320.81º 0.98% 0.69% -
XYZ 21.09 10.56 17.45 -
YUV 67.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 176 3 116 0 0.98 0.34 0.31 320.81 0.97 0.35
Hex B0 3 74 0 62 22 1F 141 61 23
Octal 260 3 164 0 142 42 37 501 141 43
Binary 10110000 11 1110100 0 1100010 100010 11111 101000001 1100001 100011

Color Harmonies of #B00374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00374

Black with #B00374

Text Example


Text Example

White with #B00374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00374; }

 p { color: rgb(176,3,116); }

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

background-color css

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

 a { background-color: rgb(176,3,116); }

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

border-color css

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

 span { border-color: rgb(176,3,116); }

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