#b0156e

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

Shades of Jazzberry Jam #B0156E

Tints of Jazzberry Jam #B0156E

Color information

#B0156E (or 0xB0156E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 15 and 6E. RGB value is (176,21,110). Sum of RGB (Red+Green+Blue) = 176+21+110=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0156E is #4FEA91. Grayscale: #4D4D4D. Windows color (decimal): -5237394 or 7214512. OLE color: 7214512.

HSL color Cylindrical-coordinate representation of color #B0156E: hue angle of 325.55º 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 #B0156E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17621110-
CMYK00.880.370.31
HSL325.55º78.68%38.63%-
HSV(B)325.55º88.07%69.02%-
XYZ20.9910.8915.75-
YUV77.49146.35198.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 21 (8.59% from 255) = 6.84%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=57.33%
G=6.84%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762111000.880.370.31325.5578.6838.63
HexB0156E058251F1464f27
Octal260251560130453750611747
Binary1011000010101110111001011000100101111111010001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0156e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0156e; }

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

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

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

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

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

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

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

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