#B50161

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

Shades of Jazzberry Jam #B50161

Tints of Jazzberry Jam #B50161

Color information

#B50161 (or 0xB50161) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 01 and 61. RGB value is (181,1,97). Sum of RGB (Red+Green+Blue) = 181+1+97=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B50161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50161 is #4AFE9E. Grayscale: #414141. Windows color (decimal): -4914847 or 6357429. OLE color: 6357429.

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

Color convert

RGB181197-
CMYK00.990.460.29
HSL328º98.9%35.69%-
HSV(B)328º99.45%70.98%-
XYZ21.2210.7112.26-
YUV65.76145.63210.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=64.87%
G=0.36%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18119700.990.460.2932898.935.69
HexB51610632E1D1486324
Octal26511410143563551014344
Binary101101011110000101100011101110111011010010001100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50161; }

 p { color: rgb(181,1,97); }

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

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

 a { background-color: rgb(181,1,97); }

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

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

 span { border-color: rgb(181,1,97); }

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