#BD10E1

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

Shades of Deep Magenta #BD10E1

Tints of Deep Magenta #BD10E1

Color information

#BD10E1 (or 0xBD10E1) is unknown color: approx Deep Magenta. HEX triplet: BD, 10 and E1. RGB value is (189,16,225). Sum of RGB (Red+Green+Blue) = 189+16+225=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 225 (88.28% from 255 or 52.33% from 430); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD10E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD10E1 is #42EF1E. Grayscale: #5A5A5A. Windows color (decimal): -4386591 or 14749885. OLE color: 14749885.

HSL color Cylindrical-coordinate representation of color #BD10E1: hue angle of 289.67º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD10E1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18916225-
CMYK0.160.9300.12
HSL289.67º86.72%47.25%-
HSV(B)289.67º92.89%88.24%-
XYZ34.7616.6372.61-
YUV91.55203.31197.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 16 (6.64% from 255) = 3.72%
BLUE value IS 225 (88.28% from 255) = 52.33%
R=43.95%
G=3.72%
B=52.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189162250.160.9300.12289.6786.7247.25
HexBD10E1105D0C122572f
Octal275203412013501444212757
Binary101111011000011100001100001011101011001001000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD10E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD10E1; }

 p { color: rgb(189,16,225); }

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

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

 a { background-color: rgb(189,16,225); }

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

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

 span { border-color: rgb(189,16,225); }

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