#B50D6D

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

Shades of Jazzberry Jam #B50D6D

Tints of Jazzberry Jam #B50D6D

Color information

#B50D6D (or 0xB50D6D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0D and 6D. RGB value is (181,13,109). Sum of RGB (Red+Green+Blue) = 181+13+109=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50D6D is #4AF292. Grayscale: #494949. Windows color (decimal): -4911763 or 7146933. OLE color: 7146933.

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

Color convert

RGB18113109-
CMYK00.930.400.29
HSL325.71º86.6%38.04%-
HSV(B)325.71º92.82%70.98%-
XYZ21.9611.2215.48-
YUV74.18147.66204.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 13 (5.47% from 255) = 4.29%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=59.74%
G=4.29%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811310900.930.400.29325.7186.638.04
HexB5D6D05D281D1465726
Octal265151550135503550612746
Binary101101011101110110101011101101000111011010001101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D6D; }

 p { color: rgb(181,13,109); }

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

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

 a { background-color: rgb(181,13,109); }

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

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

 span { border-color: rgb(181,13,109); }

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