#B50A6F

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

Shades of Jazzberry Jam #B50A6F

Tints of Jazzberry Jam #B50A6F

Color information

#B50A6F (or 0xB50A6F) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0A and 6F. RGB value is (181,10,111). Sum of RGB (Red+Green+Blue) = 181+10+111=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50A6F is #4AF590. Grayscale: #484848. Windows color (decimal): -4912529 or 7277237. OLE color: 7277237.

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

Color convert

RGB18110111-
CMYK00.940.390.29
HSL324.56º89.53%37.45%-
HSV(B)324.56º94.48%70.98%-
XYZ22.0311.1916.04-
YUV72.64149.65205.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 10 (4.30% from 255) = 3.31%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=59.93%
G=3.31%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811011100.940.390.29324.5689.5337.45
HexB5A6F05E271D1455a25
Octal265121570136473550513245
Binary101101011010110111101011110100111111011010001011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50A6F; }

 p { color: rgb(181,10,111); }

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

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

 a { background-color: rgb(181,10,111); }

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

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

 span { border-color: rgb(181,10,111); }

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