#B50674

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

Shades of Jazzberry Jam #B50674

Tints of Jazzberry Jam #B50674

Color information

#B50674 (or 0xB50674) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 06 and 74. RGB value is (181,6,116). Sum of RGB (Red+Green+Blue) = 181+6+116=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B50674 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50674 is #4AF98B. Grayscale: #464646. Windows color (decimal): -4913548 or 7603893. OLE color: 7603893.

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

Color convert

RGB1816116-
CMYK00.970.360.29
HSL322.29º93.58%36.67%-
HSV(B)322.29º96.69%70.98%-
XYZ22.2711.2117.51-
YUV70.86153.48206.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=59.74%
G=1.98%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181611600.970.360.29322.2993.5836.67
HexB5674061241D1425e25
Octal26561640141443550213645
Binary10110101110111010001100001100100111011010000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50674; }

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

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

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

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

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

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

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

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