#BC5DED

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

Shades of Medium Orchid #BC5DED

Tints of Medium Orchid #BC5DED

Color information

#BC5DED (or 0xBC5DED) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and ED. RGB value is (188,93,237). Sum of RGB (Red+Green+Blue) = 188+93+237=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DED is #43A212. Grayscale: #898989. Windows color (decimal): -4432403 or 15556028. OLE color: 15556028.

HSL color Cylindrical-coordinate representation of color #BC5DED: hue angle of 279.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC5DED is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18893237-
CMYK0.210.6100.07
HSL279.58º80%64.71%-
HSV(B)279.58º60.76%92.94%-
XYZ39.9424.6382.77-
YUV137.82183.97163.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 93 (36.72% from 255) = 17.95%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=36.29%
G=17.95%
B=45.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188932370.210.6100.07279.588064.71
HexBC5DED153D071185041
Octal274135355257507430120101
Binary1011110010111011110110110101111101011110001100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DED; }

 p { color: rgb(188,93,237); }

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

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

 a { background-color: rgb(188,93,237); }

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

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

 span { border-color: rgb(188,93,237); }

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