#BC5FD9

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

Shades of Medium Orchid #BC5FD9

Tints of Medium Orchid #BC5FD9

Color information

#BC5FD9 (or 0xBC5FD9) is unknown color: approx Medium Orchid. HEX triplet: BC, 5F and D9. RGB value is (188,95,217). Sum of RGB (Red+Green+Blue) = 188+95+217=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC5FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FD9 is #43A026. Grayscale: #888888. Windows color (decimal): -4431911 or 14245820. OLE color: 14245820.

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

Color convert

RGB18895217-
CMYK0.130.5600.15
HSL285.74º61.62%61.18%-
HSV(B)285.74º56.22%85.1%-
XYZ37.3623.8968.29-
YUV136.71173.31164.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 95 (37.5% from 255) = 19%
BLUE value IS 217 (85.16% from 255) = 43.4%
R=37.6%
G=19%
B=43.4%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188952170.130.5600.15285.7461.6261.18
HexBC5FD9D380F11e3e3d
Octal27413733115700174367675
Binary10111100101111111011001110111100001111100011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FD9; }

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

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

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

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

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

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

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

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