Html Css Color HEX #BD16CD Deep Magenta

📋 copy color: '#BD16CD'

red 189 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #BD16CD

Tints of Deep Magenta #BD16CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 45.43%
G = 5.29%
B = 49.28%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD16CD (or 0xBD16CD) is known color: Deep Magenta. HEX triplet: BD, 16 and CD. RGB value is (189,22,205). Sum of RGB (Red+Green+Blue) = 189+22+205=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16CD is #42E932. Grayscale: #5C5C5C. Windows color (decimal): -4385075 or 13440701. OLE color: 13440701.

HSL color Cylindrical-coordinate representation of color #BD16CD: hue angle of 294.75º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD16CD is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 22 205 -
CMYK 0.08 0.89 0 0.20
HSL 294.75º 0.81% 0.45% -
HSV(B) 294.75º 0.89% 0.8% -
XYZ 32.29 15.8 59.11 -
YUV 92.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 189 22 205 0.08 0.89 0 0.20 294.75 0.81 0.45
Hex BD 16 CD 8 59 0 14 127 51 2D
Octal 275 26 315 10 131 0 24 447 121 55
Binary 10111101 10110 11001101 1000 1011001 0 10100 100100111 1010001 101101

Color Harmonies of #BD16CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16CD

Black with #BD16CD

Text Example


Text Example

White with #BD16CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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