#B50B73

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

Shades of Jazzberry Jam #B50B73

Tints of Jazzberry Jam #B50B73

Color information

#B50B73 (or 0xB50B73) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0B and 73. RGB value is (181,11,115). Sum of RGB (Red+Green+Blue) = 181+11+115=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50B73 is #4AF48C. Grayscale: #494949. Windows color (decimal): -4912269 or 7539637. OLE color: 7539637.

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

Color convert

RGB18111115-
CMYK00.940.360.29
HSL323.29º88.54%37.65%-
HSV(B)323.29º93.92%70.98%-
XYZ22.2711.317.23-
YUV73.69151.32204.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.96%
GREEN value IS 11 (4.69% from 255) = 3.58%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=58.96%
G=3.58%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811111500.940.360.29323.2988.5437.65
HexB5B7305E241D1435926
Octal265131630136443550313146
Binary101101011011111001101011110100100111011010000111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50B73; }

 p { color: rgb(181,11,115); }

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

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

 a { background-color: rgb(181,11,115); }

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

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

 span { border-color: rgb(181,11,115); }

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