#b20a71

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

Shades of Jazzberry Jam #B20A71

Tints of Jazzberry Jam #B20A71

Color information

#B20A71 (or 0xB20A71) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0A and 71. RGB value is (178,10,113). Sum of RGB (Red+Green+Blue) = 178+10+113=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A71 is #4DF58E. Grayscale: #474747. Windows color (decimal): -5109135 or 7408306. OLE color: 7408306.

HSL color Cylindrical-coordinate representation of color #B20A71: hue angle of 323.21º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A71 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17810113-
CMYK00.940.370.30
HSL323.21º89.36%36.86%-
HSV(B)323.21º94.38%69.8%-
XYZ21.4510.8716.59-
YUV71.97151.16203.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.14%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=59.14%
G=3.32%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781011300.940.370.30323.2189.3636.86
HexB2A7105E251E1435925
Octal262121610136453650313145
Binary101100101010111000101011110100101111101010000111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20a71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20a71; }

 p { color: rgb(178,10,113); }

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

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

 a { background-color: rgb(178,10,113); }

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

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

 span { border-color: rgb(178,10,113); }

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