Html Css Color HEX #B0037A Eggplant

📋 copy color: '#B0037A'

red 176 ◦ green 3 ◦ blue 122

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

Shades of Eggplant #B0037A

Tints of Eggplant #B0037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 58.47%
G = 1%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0037A (or 0xB0037A) is known color: Eggplant. HEX triplet: B0, 03 and 7A. RGB value is (176,3,122). Sum of RGB (Red+Green+Blue) = 176+3+122=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0037A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0037A is #4FFC85. Grayscale: #434343. Windows color (decimal): -5241990 or 7996336. OLE color: 7996336.

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

Color convert

RGB 176 3 122 -
CMYK 0 0.98 0.31 0.31
HSL 318.73º 0.97% 0.35% -
HSV(B) 318.73º 0.98% 0.69% -
XYZ 21.45 10.7 19.35 -
YUV 68.29 158.31 204.82 -
System Red Green Blue C M Y K H S L
Decimal 176 3 122 0 0.98 0.31 0.31 318.73 0.97 0.35
Hex B0 3 7A 0 62 1F 1F 13F 61 23
Octal 260 3 172 0 142 37 37 477 141 43
Binary 10110000 11 1111010 0 1100010 11111 11111 100111111 1100001 100011

Color Harmonies of #B0037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0037A

Black with #B0037A

Text Example


Text Example

White with #B0037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0037A; }

 p { color: rgb(176,3,122); }

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

background-color css

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

 a { background-color: rgb(176,3,122); }

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

border-color css

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

 span { border-color: rgb(176,3,122); }

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