#B50458

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

Shades of Jazzberry Jam #B50458

Tints of Jazzberry Jam #B50458

Color information

#B50458 (or 0xB50458) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 58. RGB value is (181,4,88). Sum of RGB (Red+Green+Blue) = 181+4+88=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B50458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50458 is #4AFBA7. Grayscale: #424242. Windows color (decimal): -4914088 or 5768373. OLE color: 5768373.

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

Color convert

RGB181488-
CMYK00.980.510.29
HSL331.53º95.68%36.27%-
HSV(B)331.53º97.79%70.98%-
XYZ20.8610.6210.18-
YUV66.5140.14209.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.30%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=66.30%
G=1.47%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18148800.980.510.29331.5395.6836.27
HexB5458062331D14c6024
Octal26541300142633551414044
Binary10110101100101100001100010110011111011010011001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50458; }

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

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

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

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

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

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

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

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