#B50072

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

Shades of Jazzberry Jam #B50072

Tints of Jazzberry Jam #B50072

Color information

#B50072 (or 0xB50072) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 72. RGB value is (181,0,114). Sum of RGB (Red+Green+Blue) = 181+0+114=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B50072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50072 is #4AFF8D. Grayscale: #424242. Windows color (decimal): -4915086 or 7471285. OLE color: 7471285.

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

Color convert

RGB1810114-
CMYK010.370.29
HSL322.21º100%35.49%-
HSV(B)322.21º100%70.98%-
XYZ22.0911.0416.89-
YUV67.11154.47209.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=61.36%
G=0%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1810114010.370.29322.2110035.49
HexB5072064251D1426423
Octal26501620144453550214443
Binary101101010111001001100100100101111011010000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50072; }

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

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

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

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

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

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

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

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