Html Css Color HEX #B00375 Eggplant

📋 copy color: '#B00375'

red 176 ◦ green 3 ◦ blue 117

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

Shades of Eggplant #B00375

Tints of Eggplant #B00375

RGB

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

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

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

R = 59.46%
G = 1.01%
B = 39.53%

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

#B00375 (or 0xB00375) is known color: Eggplant. HEX triplet: B0, 03 and 75. RGB value is (176,3,117). Sum of RGB (Red+Green+Blue) = 176+3+117=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B00375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00375 is #4FFC8A. Grayscale: #434343. Windows color (decimal): -5241995 or 7668656. OLE color: 7668656.

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

Color convert

RGB 176 3 117 -
CMYK 0 0.98 0.34 0.31
HSL 320.46º 0.97% 0.35% -
HSV(B) 320.46º 0.98% 0.69% -
XYZ 21.15 10.58 17.76 -
YUV 67.72 155.81 205.23 -
System Red Green Blue C M Y K H S L
Decimal 176 3 117 0 0.98 0.34 0.31 320.46 0.97 0.35
Hex B0 3 75 0 62 22 1F 140 61 23
Octal 260 3 165 0 142 42 37 500 141 43
Binary 10110000 11 1110101 0 1100010 100010 11111 101000000 1100001 100011

Color Harmonies of #B00375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00375

Black with #B00375

Text Example


Text Example

White with #B00375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00375; }

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

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

background-color css

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

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

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

border-color css

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

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

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