#B50255

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

Shades of Jazzberry Jam #B50255

Tints of Jazzberry Jam #B50255

Color information

#B50255 (or 0xB50255) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 02 and 55. RGB value is (181,2,85). Sum of RGB (Red+Green+Blue) = 181+2+85=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B50255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50255 is #4AFDAA. Grayscale: #404040. Windows color (decimal): -4914603 or 5571253. OLE color: 5571253.

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

Color convert

RGB181285-
CMYK00.990.530.29
HSL332.18º97.81%35.88%-
HSV(B)332.18º98.9%70.98%-
XYZ20.7210.529.53-
YUV64.98139.3210.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.54%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=67.54%
G=0.75%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18128500.990.530.29332.1897.8135.88
HexB5255063351D14c6224
Octal26521250143653551414244
Binary1011010110101010101100011110101111011010011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50255; }

 p { color: rgb(181,2,85); }

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

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

 a { background-color: rgb(181,2,85); }

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

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

 span { border-color: rgb(181,2,85); }

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