Html Css Color HEX #BD15DD Deep Magenta

📋 copy color: '#BD15DD'

red 189 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #BD15DD

Tints of Deep Magenta #BD15DD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.87%

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

R = 43.85%
G = 4.87%
B = 51.28%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD15DD (or 0xBD15DD) is known color: Deep Magenta. HEX triplet: BD, 15 and DD. RGB value is (189,21,221). Sum of RGB (Red+Green+Blue) = 189+21+221=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD15DD is #42EA22. Grayscale: #5D5D5D. Windows color (decimal): -4385315 or 14489021. OLE color: 14489021.

HSL color Cylindrical-coordinate representation of color #BD15DD: hue angle of 290.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD15DD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 21 221 -
CMYK 0.14 0.90 0 0.13
HSL 290.4º 0.83% 0.47% -
HSV(B) 290.4º 0.9% 0.87% -
XYZ 34.31 16.58 69.8 -
YUV 94.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 189 21 221 0.14 0.90 0 0.13 290.4 0.83 0.47
Hex BD 15 DD E 5A 0 D 122 53 2F
Octal 275 25 335 16 132 0 15 442 123 57
Binary 10111101 10101 11011101 1110 1011010 0 1101 100100010 1010011 101111

Color Harmonies of #BD15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD15DD

Black with #BD15DD

Text Example


Text Example

White with #BD15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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