#BD5DD9

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

Shades of Medium Orchid #BD5DD9

Tints of Medium Orchid #BD5DD9

Color information

#BD5DD9 (or 0xBD5DD9) is unknown color: approx Medium Orchid. HEX triplet: BD, 5D and D9. RGB value is (189,93,217). Sum of RGB (Red+Green+Blue) = 189+93+217=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 217 (85.16% from 255 or 43.49% from 499); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD5DD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DD9 is #42A226. Grayscale: #878787. Windows color (decimal): -4366887 or 14245309. OLE color: 14245309.

HSL color Cylindrical-coordinate representation of color #BD5DD9: hue angle of 286.45º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5DD9 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18993217-
CMYK0.130.5700.15
HSL286.45º62%60.78%-
HSV(B)286.45º57.14%85.1%-
XYZ37.4323.6668.24-
YUV135.84173.8165.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 93 (36.72% from 255) = 18.64%
BLUE value IS 217 (85.16% from 255) = 43.49%
R=37.88%
G=18.64%
B=43.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189932170.130.5700.15286.456260.78
HexBD5DD9D390F11e3e3d
Octal27513533115710174367675
Binary10111101101110111011001110111100101111100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DD9; }

 p { color: rgb(189,93,217); }

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

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

 a { background-color: rgb(189,93,217); }

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

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

 span { border-color: rgb(189,93,217); }

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