Html Css Color HEX #BD1AD1 Deep Magenta

📋 copy color: '#BD1AD1'

red 189 ◦ green 26 ◦ blue 209

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

Shades of Deep Magenta #BD1AD1

Tints of Deep Magenta #BD1AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.29%

R = 44.58%
G = 6.13%
B = 49.29%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD1AD1 (or 0xBD1AD1) is known color: Deep Magenta. HEX triplet: BD, 1A and D1. RGB value is (189,26,209). Sum of RGB (Red+Green+Blue) = 189+26+209=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD1AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1AD1 is #42E52E. Grayscale: #5F5F5F. Windows color (decimal): -4384047 or 13703869. OLE color: 13703869.

HSL color Cylindrical-coordinate representation of color #BD1AD1: hue angle of 293.44º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1AD1 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 26 209 -
CMYK 0.10 0.88 0 0.18
HSL 293.44º 0.78% 0.46% -
HSV(B) 293.44º 0.88% 0.82% -
XYZ 32.86 16.16 61.71 -
YUV 95.6 192 194.62 -
System Red Green Blue C M Y K H S L
Decimal 189 26 209 0.10 0.88 0 0.18 293.44 0.78 0.46
Hex BD 1A D1 A 58 0 12 125 4E 2E
Octal 275 32 321 12 130 0 22 445 116 56
Binary 10111101 11010 11010001 1010 1011000 0 10010 100100101 1001110 101110

Color Harmonies of #BD1AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1AD1

Black with #BD1AD1

Text Example


Text Example

White with #BD1AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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