Html Css Color HEX #BD17AC Deep Magenta

📋 copy color: '#BD17AC'

red 189 ◦ green 23 ◦ blue 172

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

Shades of Deep Magenta #BD17AC

Tints of Deep Magenta #BD17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

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

R = 49.22%
G = 5.99%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD17AC (or 0xBD17AC) is known color: Deep Magenta. HEX triplet: BD, 17 and AC. RGB value is (189,23,172). Sum of RGB (Red+Green+Blue) = 189+23+172=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17AC is #42E853. Grayscale: #595959. Windows color (decimal): -4384852 or 11278269. OLE color: 11278269.

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

Color convert

RGB 189 23 172 -
CMYK 0 0.88 0.09 0.26
HSL 306.14º 0.78% 0.42% -
HSV(B) 306.14º 0.88% 0.74% -
XYZ 28.74 14.41 40.3 -
YUV 89.62 174.5 198.88 -
System Red Green Blue C M Y K H S L
Decimal 189 23 172 0 0.88 0.09 0.26 306.14 0.78 0.42
Hex BD 17 AC 0 58 9 1A 132 4E 2A
Octal 275 27 254 0 130 11 32 462 116 52
Binary 10111101 10111 10101100 0 1011000 1001 11010 100110010 1001110 101010

Color Harmonies of #BD17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD17AC

Black with #BD17AC

Text Example


Text Example

White with #BD17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD17AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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