#B20071

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

Shades of Jazzberry Jam #B20071

Tints of Jazzberry Jam #B20071

Color information

#B20071 (or 0xB20071) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 71. RGB value is (178,0,113). Sum of RGB (Red+Green+Blue) = 178+0+113=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B20071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20071 is #4DFF8E. Grayscale: #414141. Windows color (decimal): -5111695 or 7405746. OLE color: 7405746.

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

Color convert

RGB1780113-
CMYK010.370.30
HSL321.91º100%34.9%-
HSV(B)321.91º100%69.8%-
XYZ21.3410.6616.56-
YUV66.1154.47207.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 38.83%
R=61.17%
G=0%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780113010.370.30321.9110034.9
HexB2071064251E1426423
Octal26201610144453650214443
Binary101100100111000101100100100101111101010000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20071; }

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

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

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

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

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

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

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

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