#B50FC9

Color #B50FC9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B50FC9

Tints of Deep Magenta #B50FC9

Color information

#B50FC9 (or 0xB50FC9) is unknown color: approx Deep Magenta. HEX triplet: B5, 0F and C9. RGB value is (181,15,201). Sum of RGB (Red+Green+Blue) = 181+15+201=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 15 (6.25% from 255 or 3.78% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #B50FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FC9 is #4AF036. Grayscale: #555555. Windows color (decimal): -4911159 or 13176757. OLE color: 13176757.

HSL color Cylindrical-coordinate representation of color #B50FC9: hue angle of 293.55º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FC9 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18115201-
CMYK0.100.9300.21
HSL293.55º86.11%42.35%-
HSV(B)293.55º92.54%78.82%-
XYZ29.7714.3856.47-
YUV85.84193195.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 15 (6.25% from 255) = 3.78%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=45.59%
G=3.78%
B=50.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181152010.100.9300.21293.5586.1142.35
HexB5FC9A5D015126562a
Octal265173111213502544612652
Binary10110101111111001001101010111010101011001001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FC9; }

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

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

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

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

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

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

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

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