#BC5CD9

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

Shades of Medium Orchid #BC5CD9

Tints of Medium Orchid #BC5CD9

Color information

#BC5CD9 (or 0xBC5CD9) is unknown color: approx Medium Orchid. HEX triplet: BC, 5C and D9. RGB value is (188,92,217). Sum of RGB (Red+Green+Blue) = 188+92+217=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 217 (85.16% from 255 or 43.66% from 497); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC5CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CD9 is #43A326. Grayscale: #868686. Windows color (decimal): -4432679 or 14245052. OLE color: 14245052.

HSL color Cylindrical-coordinate representation of color #BC5CD9: hue angle of 286.08º 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 #BC5CD9 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18892217-
CMYK0.130.5800.15
HSL286.08º62.19%60.59%-
HSV(B)286.08º57.6%85.1%-
XYZ37.0923.3668.2-
YUV134.95174.3165.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 92 (36.33% from 255) = 18.51%
BLUE value IS 217 (85.16% from 255) = 43.66%
R=37.83%
G=18.51%
B=43.66%

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
Decimal188922170.130.5800.15286.0862.1960.59
HexBC5CD9D3A0F11e3e3d
Octal27413433115720174367675
Binary10111100101110011011001110111101001111100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CD9; }

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

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

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

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

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

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

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

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