#B50F6A

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

Shades of Jazzberry Jam #B50F6A

Tints of Jazzberry Jam #B50F6A

Color information

#B50F6A (or 0xB50F6A) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0F and 6A. RGB value is (181,15,106). Sum of RGB (Red+Green+Blue) = 181+15+106=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50F6A is #4AF095. Grayscale: #4A4A4A. Windows color (decimal): -4911254 or 6950837. OLE color: 6950837.

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

Color convert

RGB18115106-
CMYK00.920.410.29
HSL327.11º84.69%38.43%-
HSV(B)327.11º91.71%70.98%-
XYZ21.8311.2114.65-
YUV75.01145.5203.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.93%
GREEN value IS 15 (6.25% from 255) = 4.97%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=59.93%
G=4.97%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811510600.920.410.29327.1184.6938.43
HexB5F6A05C291D1475526
Octal265171520134513550712546
Binary101101011111110101001011100101001111011010001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F6A; }

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

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

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

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

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

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

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

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