#B2136E

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

Shades of Jazzberry Jam #B2136E

Tints of Jazzberry Jam #B2136E

Color information

#B2136E (or 0xB2136E) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 13 and 6E. RGB value is (178,19,110). Sum of RGB (Red+Green+Blue) = 178+19+110=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2136E is #4DEC91. Grayscale: #4C4C4C. Windows color (decimal): -5106834 or 7214002. OLE color: 7214002.

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

Color convert

RGB17819110-
CMYK00.890.380.30
HSL325.66º80.71%38.63%-
HSV(B)325.66º89.33%69.8%-
XYZ21.4111.0615.76-
YUV76.92146.68200.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 19 (7.81% from 255) = 6.19%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=57.98%
G=6.19%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781911000.890.380.30325.6680.7138.63
HexB2136E059261E1465127
Octal262231560131463650612147
Binary1011001010011110111001011001100110111101010001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2136E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2136E; }

 p { color: rgb(178,19,110); }

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

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

 a { background-color: rgb(178,19,110); }

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

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

 span { border-color: rgb(178,19,110); }

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