Html Css Color HEX #BD1DAC Deep Magenta

📋 copy color: '#BD1DAC'

red 189 ◦ green 29 ◦ blue 172

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

Shades of Deep Magenta #BD1DAC

Tints of Deep Magenta #BD1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.44%

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

R = 48.46%
G = 7.44%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BD1DAC (or 0xBD1DAC) is known color: Deep Magenta. HEX triplet: BD, 1D and AC. RGB value is (189,29,172). Sum of RGB (Red+Green+Blue) = 189+29+172=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD1DAC is #42E253. Grayscale: #5C5C5C. Windows color (decimal): -4383316 or 11279805. OLE color: 11279805.

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

Color convert

RGB 189 29 172 -
CMYK 0 0.85 0.09 0.26
HSL 306.38º 0.73% 0.43% -
HSV(B) 306.38º 0.85% 0.74% -
XYZ 28.87 14.68 40.34 -
YUV 93.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 189 29 172 0 0.85 0.09 0.26 306.38 0.73 0.43
Hex BD 1D AC 0 55 9 1A 132 49 2B
Octal 275 35 254 0 125 11 32 462 111 53
Binary 10111101 11101 10101100 0 1010101 1001 11010 100110010 1001001 101011

Color Harmonies of #BD1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1DAC

Black with #BD1DAC

Text Example


Text Example

White with #BD1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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