#B50070

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

Shades of Jazzberry Jam #B50070

Tints of Jazzberry Jam #B50070

Color information

#B50070 (or 0xB50070) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 70. RGB value is (181,0,112). Sum of RGB (Red+Green+Blue) = 181+0+112=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B50070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50070 is #4AFF8F. Grayscale: #424242. Windows color (decimal): -4915088 or 7340213. OLE color: 7340213.

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

Color convert

RGB1810112-
CMYK010.380.29
HSL322.87º100%35.49%-
HSV(B)322.87º100%70.98%-
XYZ21.9810.9916.29-
YUV66.89153.47209.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=61.77%
G=0%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1810112010.380.29322.8710035.49
HexB5070064261D1436423
Octal26501600144463550314443
Binary101101010111000001100100100110111011010000111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50070; }

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

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

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

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

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

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

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

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