#BD18DA

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

Shades of Deep Magenta #BD18DA

Tints of Deep Magenta #BD18DA

Color information

#BD18DA (or 0xBD18DA) is unknown color: approx Deep Magenta. HEX triplet: BD, 18 and DA. RGB value is (189,24,218). Sum of RGB (Red+Green+Blue) = 189+24+218=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 24 (9.77% from 255 or 5.57% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18DA is #42E725. Grayscale: #5E5E5E. Windows color (decimal): -4384550 or 14293181. OLE color: 14293181.

HSL color Cylindrical-coordinate representation of color #BD18DA: hue angle of 291.03º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD18DA is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18924218-
CMYK0.130.8900.15
HSL291.03º80.17%47.45%-
HSV(B)291.03º88.99%85.49%-
XYZ33.9716.5367.73-
YUV95.45197.16194.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 24 (9.77% from 255) = 5.57%
BLUE value IS 218 (85.55% from 255) = 50.58%
R=43.85%
G=5.57%
B=50.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189242180.130.8900.15291.0380.1747.45
HexBD18DAD590F123502f
Octal275303321513101744312057
Binary10111101110001101101011011011001011111001000111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD18DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD18DA; }

 p { color: rgb(189,24,218); }

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

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

 a { background-color: rgb(189,24,218); }

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

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

 span { border-color: rgb(189,24,218); }

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