#B20070

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

Shades of Jazzberry Jam #B20070

Tints of Jazzberry Jam #B20070

Color information

#B20070 (or 0xB20070) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 70. RGB value is (178,0,112). Sum of RGB (Red+Green+Blue) = 178+0+112=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B20070 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20070 is #4DFF8F. Grayscale: #414141. Windows color (decimal): -5111696 or 7340210. OLE color: 7340210.

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

Color convert

RGB1780112-
CMYK010.370.30
HSL322.25º100%34.9%-
HSV(B)322.25º100%69.8%-
XYZ21.2810.6316.26-
YUV65.99153.97207.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=61.38%
G=0%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780112010.370.30322.2510034.9
HexB2070064251E1426423
Octal26201600144453650214443
Binary101100100111000001100100100101111101010000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20070; }

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

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

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

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

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

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

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

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