#BD08CD

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

Shades of Deep Magenta #BD08CD

Tints of Deep Magenta #BD08CD

Color information

#BD08CD (or 0xBD08CD) is unknown color: approx Deep Magenta. HEX triplet: BD, 08 and CD. RGB value is (189,8,205). Sum of RGB (Red+Green+Blue) = 189+8+205=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD08CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD08CD is #42F732. Grayscale: #535353. Windows color (decimal): -4388659 or 13437117. OLE color: 13437117.

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

Color convert

RGB1898205-
CMYK0.080.9600.20
HSL295.13º92.49%41.76%-
HSV(B)295.13º96.1%80.39%-
XYZ32.0915.459.04-
YUV84.58195.97202.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 8 (3.52% from 255) = 1.99%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=47.01%
G=1.99%
B=51.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18982050.080.9600.20295.1392.4941.76
HexBD8CD8600141275c2a
Octal275103151014002444713452
Binary10111101100011001101100011000000101001001001111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD08CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD08CD; }

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

 H1.HeaderClassName
 {
   color: #BD08CD;
 }
 .AnyTagClassName
 {
   color: #BD08CD;
 }
</style>
background-color css

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

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

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

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

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

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