Html Css Color HEX #B1007A Eggplant

📋 copy color: '#B1007A'

red 177 ◦ green 0 ◦ blue 122

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

Shades of Eggplant #B1007A

Tints of Eggplant #B1007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.2%
G = 0%
B = 40.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1007A (or 0xB1007A) is known color: Eggplant. HEX triplet: B1, 00 and 7A. RGB value is (177,0,122). Sum of RGB (Red+Green+Blue) = 177+0+122=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B1007A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1007A is #4EFF85. Grayscale: #424242. Windows color (decimal): -5177222 or 7995569. OLE color: 7995569.

HSL color Cylindrical-coordinate representation of color #B1007A: hue angle of 318.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1007A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 0 122 -
CMYK 0 1 0.31 0.31
HSL 318.64º 1% 0.35% -
HSV(B) 318.64º 1% 0.69% -
XYZ 21.64 10.75 19.35 -
YUV 66.83 159.14 206.58 -
System Red Green Blue C M Y K H S L
Decimal 177 0 122 0 1 0.31 0.31 318.64 1 0.35
Hex B1 0 7A 0 64 1F 1F 13F 64 23
Octal 261 0 172 0 144 37 37 477 144 43
Binary 10110001 0 1111010 0 1100100 11111 11111 100111111 1100100 100011

Color Harmonies of #B1007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1007A

Black with #B1007A

Text Example


Text Example

White with #B1007A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1007A; }

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

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

background-color css

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

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

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

border-color css

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

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

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