Html Css Color HEX #BD12AE Deep Magenta

📋 copy color: '#BD12AE'

red 189 ◦ green 18 ◦ blue 174

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

Shades of Deep Magenta #BD12AE

Tints of Deep Magenta #BD12AE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.72%

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

R = 49.61%
G = 4.72%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BD12AE (or 0xBD12AE) is known color: Deep Magenta. HEX triplet: BD, 12 and AE. RGB value is (189,18,174). Sum of RGB (Red+Green+Blue) = 189+18+174=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD12AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD12AE is #42ED51. Grayscale: #565656. Windows color (decimal): -4386130 or 11408061. OLE color: 11408061.

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

Color convert

RGB 189 18 174 -
CMYK 0 0.90 0.08 0.26
HSL 305.26º 0.83% 0.41% -
HSV(B) 305.26º 0.9% 0.74% -
XYZ 28.84 14.31 41.29 -
YUV 86.91 177.15 200.82 -
System Red Green Blue C M Y K H S L
Decimal 189 18 174 0 0.90 0.08 0.26 305.26 0.83 0.41
Hex BD 12 AE 0 5A 8 1A 131 53 29
Octal 275 22 256 0 132 10 32 461 123 51
Binary 10111101 10010 10101110 0 1011010 1000 11010 100110001 1010011 101001

Color Harmonies of #BD12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD12AE

Black with #BD12AE

Text Example


Text Example

White with #BD12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD12AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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