#B20B6B

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

Shades of Jazzberry Jam #B20B6B

Tints of Jazzberry Jam #B20B6B

Color information

#B20B6B (or 0xB20B6B) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0B and 6B. RGB value is (178,11,107). Sum of RGB (Red+Green+Blue) = 178+11+107=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B6B is #4DF494. Grayscale: #474747. Windows color (decimal): -5108885 or 7015346. OLE color: 7015346.

HSL color Cylindrical-coordinate representation of color #B20B6B: hue angle of 325.51º degrees, saturation: 0.88, 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 #B20B6B is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17811107-
CMYK00.940.400.30
HSL325.51º88.36%37.06%-
HSV(B)325.51º93.82%69.8%-
XYZ21.1310.7714.87-
YUV71.88147.83203.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.14%
GREEN value IS 11 (4.69% from 255) = 3.72%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=60.14%
G=3.72%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781110700.940.400.30325.5188.3637.06
HexB2B6B05E281E1465825
Octal262131530136503650613045
Binary101100101011110101101011110101000111101010001101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20B6B; }

 p { color: rgb(178,11,107); }

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

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

 a { background-color: rgb(178,11,107); }

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

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

 span { border-color: rgb(178,11,107); }

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