Html Css Color HEX #BD19AC Deep Magenta

📋 copy color: '#BD19AC'

red 189 ◦ green 25 ◦ blue 172

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

Shades of Deep Magenta #BD19AC

Tints of Deep Magenta #BD19AC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.48%

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 48.96%
G = 6.48%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD19AC (or 0xBD19AC) is known color: Deep Magenta. HEX triplet: BD, 19 and AC. RGB value is (189,25,172). Sum of RGB (Red+Green+Blue) = 189+25+172=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD19AC is #42E653. Grayscale: #5A5A5A. Windows color (decimal): -4384340 or 11278781. OLE color: 11278781.

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

Color convert

RGB 189 25 172 -
CMYK 0 0.87 0.09 0.26
HSL 306.22º 0.77% 0.42% -
HSV(B) 306.22º 0.87% 0.74% -
XYZ 28.78 14.49 40.31 -
YUV 90.79 173.83 198.05 -
System Red Green Blue C M Y K H S L
Decimal 189 25 172 0 0.87 0.09 0.26 306.22 0.77 0.42
Hex BD 19 AC 0 57 9 1A 132 4D 2A
Octal 275 31 254 0 127 11 32 462 115 52
Binary 10111101 11001 10101100 0 1010111 1001 11010 100110010 1001101 101010

Color Harmonies of #BD19AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD19AC

Black with #BD19AC

Text Example


Text Example

White with #BD19AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD19AC; }

 p { color: rgb(189,25,172); }

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

background-color css

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

 a { background-color: rgb(189,25,172); }

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

border-color css

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

 span { border-color: rgb(189,25,172); }

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