Html Css Color HEX #BD01DC Deep Magenta

📋 copy color: '#BD01DC'

red 189 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #BD01DC

Tints of Deep Magenta #BD01DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 46.1%
G = 0.24%
B = 53.66%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD01DC (or 0xBD01DC) is known color: Deep Magenta. HEX triplet: BD, 01 and DC. RGB value is (189,1,220). Sum of RGB (Red+Green+Blue) = 189+1+220=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD01DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01DC is #42FE23. Grayscale: #515151. Windows color (decimal): -4390436 or 14418365. OLE color: 14418365.

HSL color Cylindrical-coordinate representation of color #BD01DC: hue angle of 291.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD01DC is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 1 220 -
CMYK 0.14 1.00 0 0.14
HSL 291.51º 0.99% 0.43% -
HSV(B) 291.51º 1% 0.86% -
XYZ 33.92 16.01 69.01 -
YUV 82.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 189 1 220 0.14 1.00 0 0.14 291.51 0.99 0.43
Hex BD 1 DC E 64 0 E 124 63 2B
Octal 275 1 334 16 144 0 16 444 143 53
Binary 10111101 1 11011100 1110 1100100 0 1110 100100100 1100011 101011

Color Harmonies of #BD01DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01DC

Black with #BD01DC

Text Example


Text Example

White with #BD01DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01DC; }

 p { color: rgb(189,1,220); }

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

background-color css

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

 a { background-color: rgb(189,1,220); }

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

border-color css

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

 span { border-color: rgb(189,1,220); }

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