#B50C62

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

Shades of Jazzberry Jam #B50C62

Tints of Jazzberry Jam #B50C62

Color information

#B50C62 (or 0xB50C62) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0C and 62. RGB value is (181,12,98). Sum of RGB (Red+Green+Blue) = 181+12+98=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C62 is #4AF39D. Grayscale: #484848. Windows color (decimal): -4912030 or 6425781. OLE color: 6425781.

HSL color Cylindrical-coordinate representation of color #B50C62: hue angle of 329.47º 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 #B50C62 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1811298-
CMYK00.930.460.29
HSL329.47º87.56%37.84%-
HSV(B)329.47º93.37%70.98%-
XYZ21.3910.9712.54-
YUV72.33142.49205.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.20%
GREEN value IS 12 (5.08% from 255) = 4.12%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=62.20%
G=4.12%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181129800.930.460.29329.4787.5637.84
HexB5C6205D2E1D1495826
Octal265141420135563551113046
Binary101101011100110001001011101101110111011010010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C62; }

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

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

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

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

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

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

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

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