Html Css Color HEX #BD1ACD Deep Magenta

📋 copy color: '#BD1ACD'

red 189 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #BD1ACD

Tints of Deep Magenta #BD1ACD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.19%

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 45%
G = 6.19%
B = 48.81%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD1ACD (or 0xBD1ACD) is known color: Deep Magenta. HEX triplet: BD, 1A and CD. RGB value is (189,26,205). Sum of RGB (Red+Green+Blue) = 189+26+205=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 26 (10.55% from 255 or 6.19% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1ACD is #42E532. Grayscale: #5E5E5E. Windows color (decimal): -4384051 or 13441725. OLE color: 13441725.

HSL color Cylindrical-coordinate representation of color #BD1ACD: hue angle of 294.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1ACD is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 26 205 -
CMYK 0.08 0.87 0 0.20
HSL 294.64º 0.77% 0.45% -
HSV(B) 294.64º 0.87% 0.8% -
XYZ 32.38 15.97 59.13 -
YUV 95.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 189 26 205 0.08 0.87 0 0.20 294.64 0.77 0.45
Hex BD 1A CD 8 57 0 14 127 4D 2D
Octal 275 32 315 10 127 0 24 447 115 55
Binary 10111101 11010 11001101 1000 1010111 0 10100 100100111 1001101 101101

Color Harmonies of #BD1ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1ACD

Black with #BD1ACD

Text Example


Text Example

White with #BD1ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1ACD; }

 p { color: rgb(189,26,205); }

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

background-color css

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

 a { background-color: rgb(189,26,205); }

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

border-color css

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

 span { border-color: rgb(189,26,205); }

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