Html Css Color HEX #B1027A Eggplant

📋 copy color: '#B1027A'

red 177 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #B1027A

Tints of Eggplant #B1027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 58.8%
G = 0.66%
B = 40.53%

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

#B1027A (or 0xB1027A) is known color: Eggplant. HEX triplet: B1, 02 and 7A. RGB value is (177,2,122). Sum of RGB (Red+Green+Blue) = 177+2+122=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1027A is #4EFD85. Grayscale: #434343. Windows color (decimal): -5176710 or 7996081. OLE color: 7996081.

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

Color convert

RGB 177 2 122 -
CMYK 0 0.99 0.31 0.31
HSL 318.86º 0.98% 0.35% -
HSV(B) 318.86º 0.99% 0.69% -
XYZ 21.67 10.8 19.35 -
YUV 68.01 158.48 205.74 -
System Red Green Blue C M Y K H S L
Decimal 177 2 122 0 0.99 0.31 0.31 318.86 0.98 0.35
Hex B1 2 7A 0 63 1F 1F 13F 62 23
Octal 261 2 172 0 143 37 37 477 142 43
Binary 10110001 10 1111010 0 1100011 11111 11111 100111111 1100010 100011

Color Harmonies of #B1027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1027A

Black with #B1027A

Text Example


Text Example

White with #B1027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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