#BD5CD9

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

Shades of Medium Orchid #BD5CD9

Tints of Medium Orchid #BD5CD9

Color information

#BD5CD9 (or 0xBD5CD9) is unknown color: approx Medium Orchid. HEX triplet: BD, 5C and D9. RGB value is (189,92,217). Sum of RGB (Red+Green+Blue) = 189+92+217=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD5CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CD9 is #42A326. Grayscale: #868686. Windows color (decimal): -4367143 or 14245053. OLE color: 14245053.

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

Color convert

RGB18992217-
CMYK0.130.5800.15
HSL286.56º62.19%60.59%-
HSV(B)286.56º57.6%85.1%-
XYZ37.3423.4868.21-
YUV135.25174.14166.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 92 (36.33% from 255) = 18.47%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=37.95%
G=18.47%
B=43.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189922170.130.5800.15286.5662.1960.59
HexBD5CD9D3A0F11f3e3d
Octal27513433115720174377675
Binary10111101101110011011001110111101001111100011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5CD9; }

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

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

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

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

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

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

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

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