#B2216B

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

Shades of Jazzberry Jam #B2216B

Tints of Jazzberry Jam #B2216B

Color information

#B2216B (or 0xB2216B) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 21 and 6B. RGB value is (178,33,107). Sum of RGB (Red+Green+Blue) = 178+33+107=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2216B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2216B is #4DDE94. Grayscale: #545454. Windows color (decimal): -5103253 or 7020978. OLE color: 7020978.

HSL color Cylindrical-coordinate representation of color #B2216B: hue angle of 329.38º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2216B is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB17833107-
CMYK00.810.400.30
HSL329.38º68.72%41.37%-
HSV(B)329.38º81.46%69.8%-
XYZ21.5611.6115.02-
YUV84.79140.54194.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 33 (13.28% from 255) = 10.38%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=55.97%
G=10.38%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783310700.810.400.30329.3868.7241.37
HexB2216B051281E1494529
Octal262411530121503651110551
Binary10110010100001110101101010001101000111101010010011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2216B; }

 p { color: rgb(178,33,107); }

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

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

 a { background-color: rgb(178,33,107); }

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

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

 span { border-color: rgb(178,33,107); }

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