Html Css Color HEX #BD01AE Deep Magenta

📋 copy color: '#BD01AE'

red 189 ◦ green 1 ◦ blue 174

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

Shades of Deep Magenta #BD01AE

Tints of Deep Magenta #BD01AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 51.92%
G = 0.27%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD01AE (or 0xBD01AE) is known color: Deep Magenta. HEX triplet: BD, 01 and AE. RGB value is (189,1,174). Sum of RGB (Red+Green+Blue) = 189+1+174=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD01AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD01AE is #42FE51. Grayscale: #4C4C4C. Windows color (decimal): -4390482 or 11403709. OLE color: 11403709.

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

Color convert

RGB 189 1 174 -
CMYK 0 0.99 0.08 0.26
HSL 304.79º 0.99% 0.37% -
HSV(B) 304.79º 0.99% 0.74% -
XYZ 28.64 13.9 41.22 -
YUV 76.93 182.78 207.93 -
System Red Green Blue C M Y K H S L
Decimal 189 1 174 0 0.99 0.08 0.26 304.79 0.99 0.37
Hex BD 1 AE 0 63 8 1A 131 63 25
Octal 275 1 256 0 143 10 32 461 143 45
Binary 10111101 1 10101110 0 1100011 1000 11010 100110001 1100011 100101

Color Harmonies of #BD01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01AE

Black with #BD01AE

Text Example


Text Example

White with #BD01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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