#BD00CD

Color #BD00CD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BD00CD

Tints of Deep Magenta #BD00CD

Color information

#BD00CD (or 0xBD00CD) is unknown color: approx 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

RGB1890205-
CMYK0.08100.20
HSL295.32º100%40.2%-
HSV(B)295.32º100%80.39%-
XYZ32.0115.2359.01-
YUV79.88198.62205.83-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18902050.08100.20295.3210040.2
HexBD0CD8640141276428
Octal27503151014402444714450
Binary10111101011001101100011001000101001001001111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD00CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>