#B21172

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

Shades of Jazzberry Jam #B21172

Tints of Jazzberry Jam #B21172

Color information

#B21172 (or 0xB21172) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 11 and 72. RGB value is (178,17,114). Sum of RGB (Red+Green+Blue) = 178+17+114=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B21172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21172 is #4DEE8D. Grayscale: #4B4B4B. Windows color (decimal): -5107342 or 7475634. OLE color: 7475634.

HSL color Cylindrical-coordinate representation of color #B21172: hue angle of 323.85º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21172 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17817114-
CMYK00.900.360.30
HSL323.85º82.56%38.24%-
HSV(B)323.85º90.45%69.8%-
XYZ21.611.0816.92-
YUV76.2149.34200.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.61%
GREEN value IS 17 (7.03% from 255) = 5.50%
BLUE value IS 114 (44.92% from 255) = 36.89%
R=57.61%
G=5.50%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781711400.900.360.30323.8582.5638.24
HexB2117205A241E1445326
Octal262211620132443650412346
Binary1011001010001111001001011010100100111101010001001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21172; }

 p { color: rgb(178,17,114); }

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

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

 a { background-color: rgb(178,17,114); }

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

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

 span { border-color: rgb(178,17,114); }

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