Html Css Color HEX #BD00DC Deep Magenta

📋 copy color: '#BD00DC'

red 189 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #BD00DC

Tints of Deep Magenta #BD00DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.21%
G = 0%
B = 53.79%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD00DC (or 0xBD00DC) is known color: Deep Magenta. HEX triplet: BD, 00 and DC. RGB value is (189,0,220). Sum of RGB (Red+Green+Blue) = 189+0+220=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00DC is #42FF23. Grayscale: #505050. Windows color (decimal): -4390692 or 14418109. OLE color: 14418109.

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

Color convert

RGB 189 0 220 -
CMYK 0.14 1 0 0.14
HSL 291.55º 1% 0.43% -
HSV(B) 291.55º 1% 0.86% -
XYZ 33.9 15.99 69.01 -
YUV 81.59 206.12 204.61 -
System Red Green Blue C M Y K H S L
Decimal 189 0 220 0.14 1 0 0.14 291.55 1 0.43
Hex BD 0 DC E 64 0 E 124 64 2B
Octal 275 0 334 16 144 0 16 444 144 53
Binary 10111101 0 11011100 1110 1100100 0 1110 100100100 1100100 101011

Color Harmonies of #BD00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00DC

Black with #BD00DC

Text Example


Text Example

White with #BD00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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