Html Css Color HEX #B30077 Eggplant

📋 copy color: '#B30077'

red 179 ◦ green 0 ◦ blue 119

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

Shades of Eggplant #B30077

Tints of Eggplant #B30077

RGB

 RED value IS 179 (70.31% from 255) = 60.07%

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 60.07%
G = 0%
B = 39.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B30077 (or 0xB30077) is known color: Eggplant. HEX triplet: B3, 00 and 77. RGB value is (179,0,119). Sum of RGB (Red+Green+Blue) = 179+0+119=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B30077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30077 is #4CFF88. Grayscale: #424242. Windows color (decimal): -5046153 or 7798963. OLE color: 7798963.

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

Color convert

RGB 179 0 119 -
CMYK 0 1 0.34 0.30
HSL 320.11º 1% 0.35% -
HSV(B) 320.11º 1% 0.7% -
XYZ 21.92 10.92 18.4 -
YUV 67.09 157.3 207.82 -
System Red Green Blue C M Y K H S L
Decimal 179 0 119 0 1 0.34 0.30 320.11 1 0.35
Hex B3 0 77 0 64 22 1E 140 64 23
Octal 263 0 167 0 144 42 36 500 144 43
Binary 10110011 0 1110111 0 1100100 100010 11110 101000000 1100100 100011

Color Harmonies of #B30077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30077

Black with #B30077

Text Example


Text Example

White with #B30077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30077; }

 p { color: rgb(179,0,119); }

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

background-color css

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

 a { background-color: rgb(179,0,119); }

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

border-color css

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

 span { border-color: rgb(179,0,119); }

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