#B50C60

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

Shades of Jazzberry Jam #B50C60

Tints of Jazzberry Jam #B50C60

Color information

#B50C60 (or 0xB50C60) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0C and 60. RGB value is (181,12,96). Sum of RGB (Red+Green+Blue) = 181+12+96=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C60 is #4AF39F. Grayscale: #474747. Windows color (decimal): -4912032 or 6294709. OLE color: 6294709.

HSL color Cylindrical-coordinate representation of color #B50C60: hue angle of 330.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50C60 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1811296-
CMYK00.930.470.29
HSL330.18º87.56%37.84%-
HSV(B)330.18º93.37%70.98%-
XYZ21.310.9312.05-
YUV72.11141.49205.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 96 (37.89% from 255) = 33.22%
R=62.63%
G=4.15%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181129600.930.470.29330.1887.5637.84
HexB5C6005D2F1D14a5826
Octal265141400135573551213046
Binary101101011100110000001011101101111111011010010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C60; }

 p { color: rgb(181,12,96); }

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

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

 a { background-color: rgb(181,12,96); }

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

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

 span { border-color: rgb(181,12,96); }

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