#BD40D0

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

Shades of Medium Orchid #BD40D0

Tints of Medium Orchid #BD40D0

Color information

#BD40D0 (or 0xBD40D0) is unknown color: approx Medium Orchid. HEX triplet: BD, 40 and D0. RGB value is (189,64,208). Sum of RGB (Red+Green+Blue) = 189+64+208=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40D0 is #42BF2F. Grayscale: #757575. Windows color (decimal): -4374320 or 13648061. OLE color: 13648061.

HSL color Cylindrical-coordinate representation of color #BD40D0: hue angle of 292.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD40D0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18964208-
CMYK0.090.6900.18
HSL292.08º60.5%53.33%-
HSV(B)292.08º69.23%81.57%-
XYZ34.219.0461.55-
YUV117.79178.91178.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 64 (25.39% from 255) = 13.88%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=41.00%
G=13.88%
B=45.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189642080.090.6900.18292.0860.553.33
HexBD40D09450121243d35
Octal275100320111050224447565
Binary1011110110000001101000010011000101010010100100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40D0; }

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

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

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

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

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

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

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

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