#B50FC6

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

Shades of Deep Magenta #B50FC6

Tints of Deep Magenta #B50FC6

Color information

#B50FC6 (or 0xB50FC6) is unknown color: approx Deep Magenta. HEX triplet: B5, 0F and C6. RGB value is (181,15,198). Sum of RGB (Red+Green+Blue) = 181+15+198=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #B50FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FC6 is #4AF039. Grayscale: #545454. Windows color (decimal): -4911162 or 12980149. OLE color: 12980149.

HSL color Cylindrical-coordinate representation of color #B50FC6: hue angle of 294.43º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FC6 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18115198-
CMYK0.090.9200.22
HSL294.43º85.92%41.76%-
HSV(B)294.43º92.42%77.65%-
XYZ29.4214.2454.62-
YUV85.5191.5196.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 15 (6.25% from 255) = 3.81%
BLUE value IS 198 (77.73% from 255) = 50.25%
R=45.94%
G=3.81%
B=50.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181151980.090.9200.22294.4385.9241.76
HexB5FC695C016126562a
Octal265173061113402644612652
Binary10110101111111000110100110111000101101001001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FC6; }

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

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

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

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

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

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

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

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