#B50062

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

Shades of Jazzberry Jam #B50062

Tints of Jazzberry Jam #B50062

Color information

#B50062 (or 0xB50062) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 62. RGB value is (181,0,98). Sum of RGB (Red+Green+Blue) = 181+0+98=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B50062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50062 is #4AFF9D. Grayscale: #414141. Windows color (decimal): -4915102 or 6422709. OLE color: 6422709.

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

Color convert

RGB181098-
CMYK010.460.29
HSL327.51º100%35.49%-
HSV(B)327.51º100%70.98%-
XYZ21.2610.7112.5-
YUV65.29146.47210.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=64.87%
G=0%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181098010.460.29327.5110035.49
HexB50620642E1D1486423
Octal26501420144563551014443
Binary101101010110001001100100101110111011010010001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50062; }

 p { color: rgb(181,0,98); }

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

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

 a { background-color: rgb(181,0,98); }

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

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

 span { border-color: rgb(181,0,98); }

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