#B20E58

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

Shades of Jazzberry Jam #B20E58

Tints of Jazzberry Jam #B20E58

Color information

#B20E58 (or 0xB20E58) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0E and 58. RGB value is (178,14,88). Sum of RGB (Red+Green+Blue) = 178+14+88=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E58 is #4DF1A7. Grayscale: #474747. Windows color (decimal): -5108136 or 5770930. OLE color: 5770930.

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

Color convert

RGB1781488-
CMYK00.920.510.30
HSL332.93º85.42%37.65%-
HSV(B)332.93º92.13%69.8%-
XYZ20.2810.4810.19-
YUV71.47137.33203.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.57%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=63.57%
G=5%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178148800.920.510.30332.9385.4237.65
HexB2E5805C331E14d5526
Octal262161300134633651512546
Binary101100101110101100001011100110011111101010011011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20E58; }

 p { color: rgb(178,14,88); }

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

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

 a { background-color: rgb(178,14,88); }

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

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

 span { border-color: rgb(178,14,88); }

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