#B20163

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

Shades of Jazzberry Jam #B20163

Tints of Jazzberry Jam #B20163

Color information

#B20163 (or 0xB20163) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 01 and 63. RGB value is (178,1,99). Sum of RGB (Red+Green+Blue) = 178+1+99=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B20163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20163 is #4DFE9C. Grayscale: #404040. Windows color (decimal): -5111453 or 6488498. OLE color: 6488498.

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

Color convert

RGB178199-
CMYK00.990.440.30
HSL326.78º98.88%35.1%-
HSV(B)326.78º99.44%69.8%-
XYZ20.6210.3912.72-
YUV65.1147.14208.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.03%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=64.03%
G=0.36%
B=35.61%

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
Decimal17819900.990.440.30326.7898.8835.1
HexB21630632C1E1476323
Octal26211430143543650714343
Binary101100101110001101100011101100111101010001111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20163; }

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

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

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

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

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

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

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

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