#BD40DD

Color #BD40DD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BD40DD

Tints of Medium Orchid #BD40DD

Color information

#BD40DD (or 0xBD40DD) is unknown color: approx Medium Orchid. HEX triplet: BD, 40 and DD. RGB value is (189,64,221). Sum of RGB (Red+Green+Blue) = 189+64+221=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DD is #42BF22. Grayscale: #767676. Windows color (decimal): -4374307 or 14500029. OLE color: 14500029.

HSL color Cylindrical-coordinate representation of color #BD40DD: hue angle of 287.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD40DD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18964221-
CMYK0.140.7100.13
HSL287.77º69.78%55.88%-
HSV(B)287.77º71.04%86.67%-
XYZ35.8719.7170.32-
YUV119.27185.41177.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 64 (25.39% from 255) = 13.50%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=39.87%
G=13.50%
B=46.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189642210.140.7100.13287.7769.7855.88
HexBD40DDE470D1204638
Octal2751003351610701544010670
Binary1011110110000001101110111101000111011011001000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40DD; }

 p { color: rgb(189,64,221); }

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

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

 a { background-color: rgb(189,64,221); }

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

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

 span { border-color: rgb(189,64,221); }

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