#BC5DE1

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

Shades of Medium Orchid #BC5DE1

Tints of Medium Orchid #BC5DE1

Color information

#BC5DE1 (or 0xBC5DE1) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and E1. RGB value is (188,93,225). Sum of RGB (Red+Green+Blue) = 188+93+225=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 225 (88.28% from 255 or 44.47% from 506); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC5DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DE1 is #43A21E. Grayscale: #888888. Windows color (decimal): -4432415 or 14769596. OLE color: 14769596.

HSL color Cylindrical-coordinate representation of color #BC5DE1: hue angle of 283.18º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5DE1 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18893225-
CMYK0.160.5900.12
HSL283.18º68.75%62.35%-
HSV(B)283.18º58.67%88.24%-
XYZ38.2423.9673.84-
YUV136.45177.97164.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 225 (88.28% from 255) = 44.47%
R=37.15%
G=18.38%
B=44.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188932250.160.5900.12283.1868.7562.35
HexBC5DE1103B0C11b453e
Octal274135341207301443310576
Binary1011110010111011110000110000111011011001000110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DE1; }

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

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

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

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

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

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

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

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