#BC5DEA

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

Shades of Medium Orchid #BC5DEA

Tints of Medium Orchid #BC5DEA

Color information

#BC5DEA (or 0xBC5DEA) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and EA. RGB value is (188,93,234). Sum of RGB (Red+Green+Blue) = 188+93+234=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DEA is #43A215. Grayscale: #898989. Windows color (decimal): -4432406 or 15359420. OLE color: 15359420.

HSL color Cylindrical-coordinate representation of color #BC5DEA: hue angle of 280.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5DEA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18893234-
CMYK0.200.6000.08
HSL280.43º77.05%64.12%-
HSV(B)280.43º60.26%91.76%-
XYZ39.524.4680.48-
YUV137.48182.47164.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.50%
GREEN value IS 93 (36.72% from 255) = 18.06%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=36.50%
G=18.06%
B=45.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188932340.200.6000.08280.4377.0564.12
HexBC5DEA143C081184d40
Octal2741353522474010430115100
Binary10111100101110111101010101001111000100010001100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DEA; }

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

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

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

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

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

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

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

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