#B20164

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

Shades of Jazzberry Jam #B20164

Tints of Jazzberry Jam #B20164

Color information

#B20164 (or 0xB20164) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 01 and 64. RGB value is (178,1,100). Sum of RGB (Red+Green+Blue) = 178+1+100=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 100 (39.45% from 255 or 35.84% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B20164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20164 is #4DFE9B. Grayscale: #404040. Windows color (decimal): -5111452 or 6554034. OLE color: 6554034.

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

Color convert

RGB1781100-
CMYK00.990.440.30
HSL326.44º98.88%35.1%-
HSV(B)326.44º99.44%69.8%-
XYZ20.6710.4112.98-
YUV65.21147.64208.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 100 (39.45% from 255) = 35.84%
R=63.80%
G=0.36%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178110000.990.440.30326.4498.8835.1
HexB21640632C1E1466323
Octal26211440143543650614343
Binary101100101110010001100011101100111101010001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20164; }

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

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

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

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

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

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

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

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