#B71170

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

Shades of Jazzberry Jam #B71170

Tints of Jazzberry Jam #B71170

Color information

#B71170 (or 0xB71170) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 11 and 70. RGB value is (183,17,112). Sum of RGB (Red+Green+Blue) = 183+17+112=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B71170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71170 is #48EE8F. Grayscale: #4D4D4D. Windows color (decimal): -4779664 or 7344567. OLE color: 7344567.

HSL color Cylindrical-coordinate representation of color #B71170: hue angle of 325.66º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71170 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18317112-
CMYK00.910.390.28
HSL325.66º83%39.22%-
HSV(B)325.66º90.71%71.76%-
XYZ22.6511.6416.38-
YUV77.46147.5203.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=58.65%
G=5.45%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831711200.910.390.28325.668339.22
HexB7117005B271C1465327
Octal267211600133473450612347
Binary1011011110001111000001011011100111111001010001101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71170; }

 p { color: rgb(183,17,112); }

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

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

 a { background-color: rgb(183,17,112); }

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

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

 span { border-color: rgb(183,17,112); }

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