Html Css Color HEX #BD18DD Deep Magenta

📋 copy color: '#BD18DD'

red 189 ◦ green 24 ◦ blue 221

#BD18DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BD18DD

Tints of Deep Magenta #BD18DD

RGB

 RED value IS 189 (74.22% from 255) = 43.55%

 GREEN value IS 24 (9.77% from 255) = 5.53%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 43.55%
G = 5.53%
B = 50.92%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD18DD (or 0xBD18DD) is known color: Deep Magenta. HEX triplet: BD, 18 and DD. RGB value is (189,24,221). Sum of RGB (Red+Green+Blue) = 189+24+221=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD18DD is #42E722. Grayscale: #5F5F5F. Windows color (decimal): -4384547 or 14489789. OLE color: 14489789.

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

Color convert

RGB 189 24 221 -
CMYK 0.14 0.89 0 0.13
HSL 290.25º 0.8% 0.48% -
HSV(B) 290.25º 0.89% 0.87% -
XYZ 34.36 16.69 69.82 -
YUV 95.79 198.66 194.48 -
System Red Green Blue C M Y K H S L
Decimal 189 24 221 0.14 0.89 0 0.13 290.25 0.8 0.48
Hex BD 18 DD E 59 0 D 122 50 30
Octal 275 30 335 16 131 0 15 442 120 60
Binary 10111101 11000 11011101 1110 1011001 0 1101 100100010 1010000 110000

Color Harmonies of #BD18DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18DD

Black with #BD18DD

Text Example


Text Example

White with #BD18DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18DD; }

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

 H1.HeaderClassName
 {
   color: #BD18DD;
 }
 .AnyTagClassName
 {
   color: #BD18DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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