Html Css Color HEX #B0017B Eggplant

📋 copy color: '#B0017B'

red 176 ◦ green 1 ◦ blue 123

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

Shades of Eggplant #B0017B

Tints of Eggplant #B0017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41%

R = 58.67%
G = 0.33%
B = 41%

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

#B0017B (or 0xB0017B) is known color: Eggplant. HEX triplet: B0, 01 and 7B. RGB value is (176,1,123). Sum of RGB (Red+Green+Blue) = 176+1+123=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0017B is #4FFE84. Grayscale: #424242. Windows color (decimal): -5242501 or 8061360. OLE color: 8061360.

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

Color convert

RGB 176 1 123 -
CMYK 0 0.99 0.30 0.31
HSL 318.17º 0.99% 0.35% -
HSV(B) 318.17º 0.99% 0.69% -
XYZ 21.49 10.68 19.67 -
YUV 67.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 176 1 123 0 0.99 0.30 0.31 318.17 0.99 0.35
Hex B0 1 7B 0 63 1E 1F 13E 63 23
Octal 260 1 173 0 143 36 37 476 143 43
Binary 10110000 1 1111011 0 1100011 11110 11111 100111110 1100011 100011

Color Harmonies of #B0017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0017B

Black with #B0017B

Text Example


Text Example

White with #B0017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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