Html Css Color HEX #BD0AE0 Deep Magenta

📋 copy color: '#BD0AE0'

red 189 ◦ green 10 ◦ blue 224

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

Shades of Deep Magenta #BD0AE0

Tints of Deep Magenta #BD0AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 44.68%
G = 2.36%
B = 52.96%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD0AE0 (or 0xBD0AE0) is known color: Deep Magenta. HEX triplet: BD, 0A and E0. RGB value is (189,10,224). Sum of RGB (Red+Green+Blue) = 189+10+224=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD0AE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0AE0 is #42F51F. Grayscale: #575757. Windows color (decimal): -4388128 or 14682813. OLE color: 14682813.

HSL color Cylindrical-coordinate representation of color #BD0AE0: hue angle of 290.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0AE0 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 10 224 -
CMYK 0.16 0.96 0 0.12
HSL 290.19º 0.91% 0.46% -
HSV(B) 290.19º 0.96% 0.88% -
XYZ 34.55 16.42 71.87 -
YUV 87.92 204.8 200.1 -
System Red Green Blue C M Y K H S L
Decimal 189 10 224 0.16 0.96 0 0.12 290.19 0.91 0.46
Hex BD A E0 10 60 0 C 122 5B 2E
Octal 275 12 340 20 140 0 14 442 133 56
Binary 10111101 1010 11100000 10000 1100000 0 1100 100100010 1011011 101110

Color Harmonies of #BD0AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0AE0

Black with #BD0AE0

Text Example


Text Example

White with #BD0AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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