Html Css Color HEX #BD00DE Deep Magenta

📋 copy color: '#BD00DE'

red 189 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #BD00DE

Tints of Deep Magenta #BD00DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 54.01%

R = 45.99%
G = 0%
B = 54.01%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD00DE (or 0xBD00DE) is known color: Deep Magenta. HEX triplet: BD, 00 and DE. RGB value is (189,0,222). Sum of RGB (Red+Green+Blue) = 189+0+222=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00DE is #42FF21. Grayscale: #515151. Windows color (decimal): -4390690 or 14549181. OLE color: 14549181.

HSL color Cylindrical-coordinate representation of color #BD00DE: hue angle of 291.08º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00DE is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 0 222 -
CMYK 0.15 1 0 0.13
HSL 291.08º 1% 0.44% -
HSV(B) 291.08º 1% 0.87% -
XYZ 34.17 16.09 70.41 -
YUV 81.82 207.12 204.45 -
System Red Green Blue C M Y K H S L
Decimal 189 0 222 0.15 1 0 0.13 291.08 1 0.44
Hex BD 0 DE F 64 0 D 123 64 2C
Octal 275 0 336 17 144 0 15 443 144 54
Binary 10111101 0 11011110 1111 1100100 0 1101 100100011 1100100 101100

Color Harmonies of #BD00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00DE

Black with #BD00DE

Text Example


Text Example

White with #BD00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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