#B50460

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

Shades of Jazzberry Jam #B50460

Tints of Jazzberry Jam #B50460

Color information

#B50460 (or 0xB50460) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 60. RGB value is (181,4,96). Sum of RGB (Red+Green+Blue) = 181+4+96=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B50460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50460 is #4AFB9F. Grayscale: #434343. Windows color (decimal): -4914080 or 6292661. OLE color: 6292661.

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

Color convert

RGB181496-
CMYK00.980.470.29
HSL328.81º95.68%36.27%-
HSV(B)328.81º97.79%70.98%-
XYZ21.2110.7612.02-
YUV67.41144.14209.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.41%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=64.41%
G=1.42%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18149600.980.470.29328.8195.6836.27
HexB54600622F1D1496024
Octal26541400142573551114044
Binary10110101100110000001100010101111111011010010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50460; }

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

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

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

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

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

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

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

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