#B2196C

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

Shades of Jazzberry Jam #B2196C

Tints of Jazzberry Jam #B2196C

Color information

#B2196C (or 0xB2196C) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 19 and 6C. RGB value is (178,25,108). Sum of RGB (Red+Green+Blue) = 178+25+108=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2196C is #4DE693. Grayscale: #505050. Windows color (decimal): -5105300 or 7084466. OLE color: 7084466.

HSL color Cylindrical-coordinate representation of color #B2196C: hue angle of 327.45º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2196C is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17825108-
CMYK00.860.390.30
HSL327.45º75.37%39.8%-
HSV(B)327.45º85.96%69.8%-
XYZ21.4111.2415.23-
YUV80.21143.69197.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 25 (10.16% from 255) = 8.04%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=57.23%
G=8.04%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782510800.860.390.30327.4575.3739.8
HexB2196C056271E1474b28
Octal262311540126473650711350
Binary1011001011001110110001010110100111111101010001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2196C; }

 p { color: rgb(178,25,108); }

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

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

 a { background-color: rgb(178,25,108); }

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

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

 span { border-color: rgb(178,25,108); }

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