#B20560

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

Shades of Jazzberry Jam #B20560

Tints of Jazzberry Jam #B20560

Color information

#B20560 (or 0xB20560) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 05 and 60. RGB value is (178,5,96). Sum of RGB (Red+Green+Blue) = 178+5+96=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20560 is #4DFA9F. Grayscale: #424242. Windows color (decimal): -5110432 or 6292914. OLE color: 6292914.

HSL color Cylindrical-coordinate representation of color #B20560: hue angle of 328.44º 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 #B20560 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB178596-
CMYK00.970.460.30
HSL328.44º94.54%35.88%-
HSV(B)328.44º97.19%69.8%-
XYZ20.5310.4212-
YUV67.1144.31207.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=63.80%
G=1.79%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17859600.970.460.30328.4494.5435.88
HexB25600612E1E1485f24
Octal26251400141563651013744
Binary10110010101110000001100001101110111101010010001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20560; }

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

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

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

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

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

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

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

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