Html Css Color HEX #BD17AE Deep Magenta

📋 copy color: '#BD17AE'

red 189 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #BD17AE

Tints of Deep Magenta #BD17AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.96%

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

R = 48.96%
G = 5.96%
B = 45.08%

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

#BD17AE (or 0xBD17AE) is known color: Deep Magenta. HEX triplet: BD, 17 and AE. RGB value is (189,23,174). Sum of RGB (Red+Green+Blue) = 189+23+174=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AE is #42E851. Grayscale: #595959. Windows color (decimal): -4384850 or 11409341. OLE color: 11409341.

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

Color convert

RGB 189 23 174 -
CMYK 0 0.88 0.08 0.26
HSL 305.42º 0.78% 0.42% -
HSV(B) 305.42º 0.88% 0.74% -
XYZ 28.93 14.49 41.32 -
YUV 89.85 175.5 198.72 -
System Red Green Blue C M Y K H S L
Decimal 189 23 174 0 0.88 0.08 0.26 305.42 0.78 0.42
Hex BD 17 AE 0 58 8 1A 131 4E 2A
Octal 275 27 256 0 130 10 32 461 116 52
Binary 10111101 10111 10101110 0 1011000 1000 11010 100110001 1001110 101010

Color Harmonies of #BD17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17AE

Black with #BD17AE

Text Example


Text Example

White with #BD17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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