Html Css Color HEX #B0017C Eggplant

📋 copy color: '#B0017C'

red 176 ◦ green 1 ◦ blue 124

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

Shades of Eggplant #B0017C

Tints of Eggplant #B0017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 124 (48.83% from 255) = 41.2%

R = 58.47%
G = 0.33%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0017C (or 0xB0017C) is known color: Eggplant. HEX triplet: B0, 01 and 7C. RGB value is (176,1,124). Sum of RGB (Red+Green+Blue) = 176+1+124=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0017C is #4FFE83. Grayscale: #434343. Windows color (decimal): -5242500 or 8126896. OLE color: 8126896.

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

Color convert

RGB 176 1 124 -
CMYK 0 0.99 0.30 0.31
HSL 317.83º 0.99% 0.35% -
HSV(B) 317.83º 0.99% 0.69% -
XYZ 21.55 10.71 20 -
YUV 67.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 176 1 124 0 0.99 0.30 0.31 317.83 0.99 0.35
Hex B0 1 7C 0 63 1E 1F 13E 63 23
Octal 260 1 174 0 143 36 37 476 143 43
Binary 10110000 1 1111100 0 1100011 11110 11111 100111110 1100011 100011

Color Harmonies of #B0017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0017C

Black with #B0017C

Text Example


Text Example

White with #B0017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0017C; }

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

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

background-color css

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

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

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

border-color css

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

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

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