#B11E6E

Color #B11E6E Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B11E6E

Tints of Jazzberry Jam #B11E6E

Color information

#B11E6E (or 0xB11E6E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 1E and 6E. RGB value is (177,30,110). Sum of RGB (Red+Green+Blue) = 177+30+110=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B11E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11E6E is #4EE191. Grayscale: #525252. Windows color (decimal): -5169554 or 7216817. OLE color: 7216817.

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

Color convert

RGB17730110-
CMYK00.830.380.31
HSL327.35º71.01%40.59%-
HSV(B)327.35º83.05%69.41%-
XYZ21.4111.415.82-
YUV83.07143.2195-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=55.84%
G=9.46%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1773011000.830.380.31327.3571.0140.59
HexB11E6E053261F1474729
Octal261361560123463750710751
Binary1011000111110110111001010011100110111111010001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11E6E; }

 p { color: rgb(177,30,110); }

 H1.HeaderClassName
 {
   color: #B11E6E;
 }
 .AnyTagClassName
 {
   color: #B11E6E;
 }
</style>
background-color css

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

 a { background-color: rgb(177,30,110); }

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

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

 span { border-color: rgb(177,30,110); }

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