Html Css Color HEX #BD00CD Deep Magenta

📋 copy color: '#BD00CD'

red 189 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #BD00CD

Tints of Deep Magenta #BD00CD

RGB

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

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

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

R = 47.97%
G = 0%
B = 52.03%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD00CD (or 0xBD00CD) is known color: Deep Magenta. HEX triplet: BD, 00 and CD. RGB value is (189,0,205). Sum of RGB (Red+Green+Blue) = 189+0+205=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 205 (80.47% from 255 or 52.03% from 394); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00CD is #42FF32. Grayscale: #4F4F4F. Windows color (decimal): -4390707 or 13435069. OLE color: 13435069.

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

Color convert

RGB 189 0 205 -
CMYK 0.08 1 0 0.20
HSL 295.32º 1% 0.4% -
HSV(B) 295.32º 1% 0.8% -
XYZ 32.01 15.23 59.01 -
YUV 79.88 198.62 205.83 -
System Red Green Blue C M Y K H S L
Decimal 189 0 205 0.08 1 0 0.20 295.32 1 0.4
Hex BD 0 CD 8 64 0 14 127 64 28
Octal 275 0 315 10 144 0 24 447 144 50
Binary 10111101 0 11001101 1000 1100100 0 10100 100100111 1100100 101000

Color Harmonies of #BD00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD00CD

Black with #BD00CD

Text Example


Text Example

White with #BD00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD00CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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