#B20D6A

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

Shades of Jazzberry Jam #B20D6A

Tints of Jazzberry Jam #B20D6A

Color information

#B20D6A (or 0xB20D6A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0D and 6A. RGB value is (178,13,106). Sum of RGB (Red+Green+Blue) = 178+13+106=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D6A is #4DF295. Grayscale: #484848. Windows color (decimal): -5108374 or 6950322. OLE color: 6950322.

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

Color convert

RGB17813106-
CMYK00.930.400.30
HSL326.18º86.39%37.45%-
HSV(B)326.18º92.7%69.8%-
XYZ21.1110.7914.61-
YUV72.94146.66202.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.93%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=59.93%
G=4.38%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781310600.930.400.30326.1886.3937.45
HexB2D6A05D281E1465625
Octal262151520135503650612645
Binary101100101101110101001011101101000111101010001101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20D6A; }

 p { color: rgb(178,13,106); }

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

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

 a { background-color: rgb(178,13,106); }

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

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

 span { border-color: rgb(178,13,106); }

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