#B71158

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

Shades of Jazzberry Jam #B71158

Tints of Jazzberry Jam #B71158

Color information

#B71158 (or 0xB71158) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 11 and 58. RGB value is (183,17,88). Sum of RGB (Red+Green+Blue) = 183+17+88=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B71158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71158 is #48EEA7. Grayscale: #4A4A4A. Windows color (decimal): -4779688 or 5771703. OLE color: 5771703.

HSL color Cylindrical-coordinate representation of color #B71158: hue angle of 334.34º 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 #B71158 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1831788-
CMYK00.910.520.28
HSL334.34º83%39.22%-
HSV(B)334.34º90.71%71.76%-
XYZ21.4911.1710.26-
YUV74.73135.5205.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=63.54%
G=5.90%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183178800.910.520.28334.348339.22
HexB7115805B341C14e5327
Octal267211300133643451612347
Binary1011011110001101100001011011110100111001010011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71158; }

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

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

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

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

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

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

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

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