#B1156E

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

Shades of Jazzberry Jam #B1156E

Tints of Jazzberry Jam #B1156E

Color information

#B1156E (or 0xB1156E) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 15 and 6E. RGB value is (177,21,110). Sum of RGB (Red+Green+Blue) = 177+21+110=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1156E is #4EEA91. Grayscale: #4D4D4D. Windows color (decimal): -5171858 or 7214513. OLE color: 7214513.

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

Color convert

RGB17721110-
CMYK00.880.380.31
HSL325.77º78.79%38.82%-
HSV(B)325.77º88.14%69.41%-
XYZ21.2111.0115.76-
YUV77.79146.18198.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.47%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=57.47%
G=6.82%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772111000.880.380.31325.7778.7938.82
HexB1156E058261F1464f27
Octal261251560130463750611747
Binary1011000110101110111001011000100110111111010001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1156E; }

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

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

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

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

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

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

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

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