Html Css Color HEX #BD16D8 Deep Magenta

📋 copy color: '#BD16D8'

red 189 ◦ green 22 ◦ blue 216

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

Shades of Deep Magenta #BD16D8

Tints of Deep Magenta #BD16D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.59%

R = 44.26%
G = 5.15%
B = 50.59%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD16D8 (or 0xBD16D8) is known color: Deep Magenta. HEX triplet: BD, 16 and D8. RGB value is (189,22,216). Sum of RGB (Red+Green+Blue) = 189+22+216=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD16D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16D8 is #42E927. Grayscale: #5D5D5D. Windows color (decimal): -4385064 or 14161597. OLE color: 14161597.

HSL color Cylindrical-coordinate representation of color #BD16D8: hue angle of 291.65º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD16D8 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 22 216 -
CMYK 0.12 0.90 0 0.15
HSL 291.65º 0.82% 0.47% -
HSV(B) 291.65º 0.9% 0.85% -
XYZ 33.67 16.35 66.35 -
YUV 94.05 196.83 195.73 -
System Red Green Blue C M Y K H S L
Decimal 189 22 216 0.12 0.90 0 0.15 291.65 0.82 0.47
Hex BD 16 D8 C 5A 0 F 124 52 2F
Octal 275 26 330 14 132 0 17 444 122 57
Binary 10111101 10110 11011000 1100 1011010 0 1111 100100100 1010010 101111

Color Harmonies of #BD16D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16D8

Black with #BD16D8

Text Example


Text Example

White with #BD16D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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