#b50cd6

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

Shades of Deep Magenta #B50CD6

Tints of Deep Magenta #B50CD6

Color information

#B50CD6 (or 0xB50CD6) is unknown color: approx Deep Magenta. HEX triplet: B5, 0C and D6. RGB value is (181,12,214). Sum of RGB (Red+Green+Blue) = 181+12+214=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #B50CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50CD6 is #4AF329. Grayscale: #545454. Windows color (decimal): -4911914 or 14027957. OLE color: 14027957.

HSL color Cylindrical-coordinate representation of color #B50CD6: hue angle of 290.2º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50CD6 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18112214-
CMYK0.150.9400.16
HSL290.2º89.38%44.31%-
HSV(B)290.2º94.39%83.92%-
XYZ31.3314.9464.85-
YUV85.56200.49196.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 12 (5.08% from 255) = 2.95%
BLUE value IS 214 (83.98% from 255) = 52.58%
R=44.47%
G=2.95%
B=52.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181122140.150.9400.16290.289.3844.31
HexB5CD6F5E010122592c
Octal265143261713602044213154
Binary10110101110011010110111110111100100001001000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50cd6; }

 p { color: rgb(181,12,214); }

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

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

 a { background-color: rgb(181,12,214); }

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

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

 span { border-color: rgb(181,12,214); }

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