#b50f70

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

Shades of Jazzberry Jam #B50F70

Tints of Jazzberry Jam #B50F70

Color information

#B50F70 (or 0xB50F70) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0F and 70. RGB value is (181,15,112). Sum of RGB (Red+Green+Blue) = 181+15+112=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F70 is #4AF08F. Grayscale: #4B4B4B. Windows color (decimal): -4911248 or 7344053. OLE color: 7344053.

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

Color convert

RGB18115112-
CMYK00.920.380.29
HSL324.94º84.69%38.43%-
HSV(B)324.94º91.71%70.98%-
XYZ22.1511.3416.35-
YUV75.69148.5203.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 15 (6.25% from 255) = 4.87%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=58.77%
G=4.87%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811511200.920.380.29324.9484.6938.43
HexB5F7005C261D1455526
Octal265171600134463550512546
Binary101101011111111000001011100100110111011010001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50f70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50f70; }

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

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

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

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

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

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

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

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