#B20864

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

Shades of Jazzberry Jam #B20864

Tints of Jazzberry Jam #B20864

Color information

#B20864 (or 0xB20864) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 08 and 64. RGB value is (178,8,100). Sum of RGB (Red+Green+Blue) = 178+8+100=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B20864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20864 is #4DF79B. Grayscale: #454545. Windows color (decimal): -5109660 or 6555826. OLE color: 6555826.

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

Color convert

RGB1788100-
CMYK00.960.440.30
HSL327.53º91.4%36.47%-
HSV(B)327.53º95.51%69.8%-
XYZ20.7510.5613-
YUV69.32145.32205.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.24%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=62.24%
G=2.80%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178810000.960.440.30327.5391.436.47
HexB28640602C1E1485b24
Octal262101440140543651013344
Binary101100101000110010001100000101100111101010010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20864; }

 p { color: rgb(178,8,100); }

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

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

 a { background-color: rgb(178,8,100); }

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

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

 span { border-color: rgb(178,8,100); }

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