Html Css Color HEX #BD0AAE Deep Magenta

📋 copy color: '#BD0AAE'

red 189 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #BD0AAE

Tints of Deep Magenta #BD0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.68%

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

R = 50.67%
G = 2.68%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD0AAE (or 0xBD0AAE) is known color: Deep Magenta. HEX triplet: BD, 0A and AE. RGB value is (189,10,174). Sum of RGB (Red+Green+Blue) = 189+10+174=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0AAE is #42F551. Grayscale: #515151. Windows color (decimal): -4388178 or 11406013. OLE color: 11406013.

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

Color convert

RGB 189 10 174 -
CMYK 0 0.95 0.08 0.26
HSL 305.03º 0.9% 0.39% -
HSV(B) 305.03º 0.95% 0.74% -
XYZ 28.73 14.09 41.25 -
YUV 82.22 179.8 204.16 -
System Red Green Blue C M Y K H S L
Decimal 189 10 174 0 0.95 0.08 0.26 305.03 0.9 0.39
Hex BD A AE 0 5F 8 1A 131 5A 27
Octal 275 12 256 0 137 10 32 461 132 47
Binary 10111101 1010 10101110 0 1011111 1000 11010 100110001 1011010 100111

Color Harmonies of #BD0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0AAE

Black with #BD0AAE

Text Example


Text Example

White with #BD0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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