Html Css Color HEX #BD16DD Deep Magenta

📋 copy color: '#BD16DD'

red 189 ◦ green 22 ◦ blue 221

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

Shades of Deep Magenta #BD16DD

Tints of Deep Magenta #BD16DD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.09%

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

R = 43.75%
G = 5.09%
B = 51.16%

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

#BD16DD (or 0xBD16DD) is known color: Deep Magenta. HEX triplet: BD, 16 and DD. RGB value is (189,22,221). Sum of RGB (Red+Green+Blue) = 189+22+221=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16DD is #42E922. Grayscale: #5D5D5D. Windows color (decimal): -4385059 or 14489277. OLE color: 14489277.

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

Color convert

RGB 189 22 221 -
CMYK 0.14 0.90 0 0.13
HSL 290.35º 0.82% 0.48% -
HSV(B) 290.35º 0.9% 0.87% -
XYZ 34.32 16.61 69.8 -
YUV 94.62 199.33 195.32 -
System Red Green Blue C M Y K H S L
Decimal 189 22 221 0.14 0.90 0 0.13 290.35 0.82 0.48
Hex BD 16 DD E 5A 0 D 122 52 30
Octal 275 26 335 16 132 0 15 442 122 60
Binary 10111101 10110 11011101 1110 1011010 0 1101 100100010 1010010 110000

Color Harmonies of #BD16DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16DD

Black with #BD16DD

Text Example


Text Example

White with #BD16DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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