#b2056e

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

Shades of Jazzberry Jam #B2056E

Tints of Jazzberry Jam #B2056E

Color information

#B2056E (or 0xB2056E) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 6E. RGB value is (178,5,110). Sum of RGB (Red+Green+Blue) = 178+5+110=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2056E is #4DFA91. Grayscale: #444444. Windows color (decimal): -5110418 or 7210418. OLE color: 7210418.

HSL color Cylindrical-coordinate representation of color #B2056E: hue angle of 323.58º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2056E is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB1785110-
CMYK00.970.380.30
HSL323.58º94.54%35.88%-
HSV(B)323.58º97.19%69.8%-
XYZ21.2310.715.7-
YUV68.7151.31205.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=60.75%
G=1.71%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178511000.970.380.30323.5894.5435.88
HexB256E061261E1445f24
Octal26251560141463650413744
Binary10110010101110111001100001100110111101010001001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2056e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2056e; }

 p { color: rgb(178,5,110); }

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

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

 a { background-color: rgb(178,5,110); }

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

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

 span { border-color: rgb(178,5,110); }

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