#B20064

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

Shades of Jazzberry Jam #B20064

Tints of Jazzberry Jam #B20064

Color information

#B20064 (or 0xB20064) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 64. RGB value is (178,0,100). Sum of RGB (Red+Green+Blue) = 178+0+100=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B20064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20064 is #4DFF9B. Grayscale: #404040. Windows color (decimal): -5111708 or 6553778. OLE color: 6553778.

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

Color convert

RGB1780100-
CMYK010.440.30
HSL326.29º100%34.9%-
HSV(B)326.29º100%69.8%-
XYZ20.6610.3912.97-
YUV64.62147.97208.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=64.03%
G=0%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780100010.440.30326.2910034.9
HexB20640642C1E1466423
Octal26201440144543650614443
Binary101100100110010001100100101100111101010001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20064; }

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

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

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

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

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

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

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

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