#B50DC1

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

Shades of Deep Magenta #B50DC1

Tints of Deep Magenta #B50DC1

Color information

#B50DC1 (or 0xB50DC1) is unknown color: approx Deep Magenta. HEX triplet: B5, 0D and C1. RGB value is (181,13,193). Sum of RGB (Red+Green+Blue) = 181+13+193=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #B50DC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DC1 is #4AF23E. Grayscale: #535353. Windows color (decimal): -4911679 or 12651957. OLE color: 12651957.

HSL color Cylindrical-coordinate representation of color #B50DC1: hue angle of 296º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DC1 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18113193-
CMYK0.060.9300.24
HSL296º87.38%40.39%-
HSV(B)296º93.26%75.69%-
XYZ28.8313.9651.63-
YUV83.75189.66197.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 13 (5.47% from 255) = 3.36%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=46.77%
G=3.36%
B=49.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181131930.060.9300.2429687.3840.39
HexB5DC165D0181285728
Octal26515301613503045012750
Binary1011010111011100000111010111010110001001010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50DC1; }

 p { color: rgb(181,13,193); }

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

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

 a { background-color: rgb(181,13,193); }

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

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

 span { border-color: rgb(181,13,193); }

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