#B50474

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

Shades of Jazzberry Jam #B50474

Tints of Jazzberry Jam #B50474

Color information

#B50474 (or 0xB50474) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 74. RGB value is (181,4,116). Sum of RGB (Red+Green+Blue) = 181+4+116=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50474 is #4AFB8B. Grayscale: #454545. Windows color (decimal): -4914060 or 7603381. OLE color: 7603381.

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

Color convert

RGB1814116-
CMYK00.980.360.29
HSL322.03º95.68%36.27%-
HSV(B)322.03º97.79%70.98%-
XYZ22.2511.1717.51-
YUV69.69154.14207.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=60.13%
G=1.33%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181411600.980.360.29322.0395.6836.27
HexB5474062241D1426024
Octal26541640142443550214044
Binary10110101100111010001100010100100111011010000101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50474; }

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

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

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

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

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

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

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

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