#BC5DE8

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

Shades of Medium Orchid #BC5DE8

Tints of Medium Orchid #BC5DE8

Color information

#BC5DE8 (or 0xBC5DE8) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and E8. RGB value is (188,93,232). Sum of RGB (Red+Green+Blue) = 188+93+232=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC5DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DE8 is #43A217. Grayscale: #888888. Windows color (decimal): -4432408 or 15228348. OLE color: 15228348.

HSL color Cylindrical-coordinate representation of color #BC5DE8: hue angle of 281.01º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5DE8 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18893232-
CMYK0.190.6000.09
HSL281.01º75.14%63.73%-
HSV(B)281.01º59.91%90.98%-
XYZ39.2224.3578.98-
YUV137.25181.47164.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.65%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 232 (91.02% from 255) = 45.22%
R=36.65%
G=18.13%
B=45.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal188932320.190.6000.09281.0175.1463.73
HexBC5DE8133C091194b40
Octal2741353502374011431113100
Binary10111100101110111101000100111111000100110001100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DE8; }

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

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

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

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

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

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

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

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