Html Css Color HEX #BD16AE Deep Magenta

📋 copy color: '#BD16AE'

red 189 ◦ green 22 ◦ blue 174

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

Shades of Deep Magenta #BD16AE

Tints of Deep Magenta #BD16AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 49.09%
G = 5.71%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD16AE (or 0xBD16AE) is known color: Deep Magenta. HEX triplet: BD, 16 and AE. RGB value is (189,22,174). Sum of RGB (Red+Green+Blue) = 189+22+174=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD16AE is #42E951. Grayscale: #585858. Windows color (decimal): -4385106 or 11409085. OLE color: 11409085.

HSL color Cylindrical-coordinate representation of color #BD16AE: hue angle of 305.39º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD16AE is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 22 174 -
CMYK 0 0.88 0.08 0.26
HSL 305.39º 0.79% 0.41% -
HSV(B) 305.39º 0.88% 0.74% -
XYZ 28.91 14.45 41.31 -
YUV 89.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 189 22 174 0 0.88 0.08 0.26 305.39 0.79 0.41
Hex BD 16 AE 0 58 8 1A 131 4F 29
Octal 275 26 256 0 130 10 32 461 117 51
Binary 10111101 10110 10101110 0 1011000 1000 11010 100110001 1001111 101001

Color Harmonies of #BD16AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD16AE

Black with #BD16AE

Text Example


Text Example

White with #BD16AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD16AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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