Html Css Color HEX #B1017A Eggplant

📋 copy color: '#B1017A'

red 177 ◦ green 1 ◦ blue 122

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

Shades of Eggplant #B1017A

Tints of Eggplant #B1017A

RGB

 RED value IS 177 (69.53% from 255) = 59%

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 59%
G = 0.33%
B = 40.67%

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

#B1017A (or 0xB1017A) is known color: Eggplant. HEX triplet: B1, 01 and 7A. RGB value is (177,1,122). Sum of RGB (Red+Green+Blue) = 177+1+122=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1017A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1017A is #4EFE85. Grayscale: #434343. Windows color (decimal): -5176966 or 7995825. OLE color: 7995825.

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

Color convert

RGB 177 1 122 -
CMYK 0 0.99 0.31 0.31
HSL 318.75º 0.99% 0.35% -
HSV(B) 318.75º 0.99% 0.69% -
XYZ 21.66 10.77 19.35 -
YUV 67.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 177 1 122 0 0.99 0.31 0.31 318.75 0.99 0.35
Hex B1 1 7A 0 63 1F 1F 13F 63 23
Octal 261 1 172 0 143 37 37 477 143 43
Binary 10110001 1 1111010 0 1100011 11111 11111 100111111 1100011 100011

Color Harmonies of #B1017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1017A

Black with #B1017A

Text Example


Text Example

White with #B1017A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1017A; }

 p { color: rgb(177,1,122); }

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

background-color css

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

 a { background-color: rgb(177,1,122); }

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

border-color css

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

 span { border-color: rgb(177,1,122); }

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