Html Css Color HEX #BD18AC Deep Magenta

📋 copy color: '#BD18AC'

red 189 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #BD18AC

Tints of Deep Magenta #BD18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.23%

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

R = 49.09%
G = 6.23%
B = 44.68%

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

#BD18AC (or 0xBD18AC) is known color: Deep Magenta. HEX triplet: BD, 18 and AC. RGB value is (189,24,172). Sum of RGB (Red+Green+Blue) = 189+24+172=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 24 (9.77% from 255 or 6.23% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD18AC is #42E753. Grayscale: #595959. Windows color (decimal): -4384596 or 11278525. OLE color: 11278525.

HSL color Cylindrical-coordinate representation of color #BD18AC: hue angle of 306.18º 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 #BD18AC is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 24 172 -
CMYK 0 0.87 0.09 0.26
HSL 306.18º 0.77% 0.42% -
HSV(B) 306.18º 0.87% 0.74% -
XYZ 28.76 14.45 40.3 -
YUV 90.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 189 24 172 0 0.87 0.09 0.26 306.18 0.77 0.42
Hex BD 18 AC 0 57 9 1A 132 4D 2A
Octal 275 30 254 0 127 11 32 462 115 52
Binary 10111101 11000 10101100 0 1010111 1001 11010 100110010 1001101 101010

Color Harmonies of #BD18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD18AC

Black with #BD18AC

Text Example


Text Example

White with #BD18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD18AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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