#B50063

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

Shades of Jazzberry Jam #B50063

Tints of Jazzberry Jam #B50063

Color information

#B50063 (or 0xB50063) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 63. RGB value is (181,0,99). Sum of RGB (Red+Green+Blue) = 181+0+99=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B50063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50063 is #4AFF9C. Grayscale: #414141. Windows color (decimal): -4915101 or 6488245. OLE color: 6488245.

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

Color convert

RGB181099-
CMYK010.450.29
HSL327.18º100%35.49%-
HSV(B)327.18º100%70.98%-
XYZ21.3110.7212.75-
YUV65.4146.97210.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=64.64%
G=0%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181099010.450.29327.1810035.49
HexB50630642D1D1476423
Octal26501430144553550714443
Binary101101010110001101100100101101111011010001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50063; }

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

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

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

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

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

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

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

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