#BC5BE1

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

Shades of Medium Orchid #BC5BE1

Tints of Medium Orchid #BC5BE1

Color information

#BC5BE1 (or 0xBC5BE1) is unknown color: approx Medium Orchid. HEX triplet: BC, 5B and E1. RGB value is (188,91,225). Sum of RGB (Red+Green+Blue) = 188+91+225=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC5BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BE1 is #43A41E. Grayscale: #868686. Windows color (decimal): -4432927 or 14769084. OLE color: 14769084.

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

Color convert

RGB18891225-
CMYK0.160.6000.12
HSL283.43º69.07%61.96%-
HSV(B)283.43º59.56%88.24%-
XYZ38.0723.6173.78-
YUV135.28178.64165.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 91 (35.94% from 255) = 18.06%
BLUE value IS 225 (88.28% from 255) = 44.64%
R=37.30%
G=18.06%
B=44.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188912250.160.6000.12283.4369.0761.96
HexBC5BE1103C0C11b453e
Octal274133341207401443310576
Binary1011110010110111110000110000111100011001000110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5BE1; }

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

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

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

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

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

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

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

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