#BC51E0

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

Shades of Medium Orchid #BC51E0

Tints of Medium Orchid #BC51E0

Color information

#BC51E0 (or 0xBC51E0) is unknown color: approx Medium Orchid. HEX triplet: BC, 51 and E0. RGB value is (188,81,224). Sum of RGB (Red+Green+Blue) = 188+81+224=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC51E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51E0 is #43AE1F. Grayscale: #808080. Windows color (decimal): -4435488 or 14700988. OLE color: 14700988.

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

Color convert

RGB18881224-
CMYK0.160.6400.12
HSL284.9º69.76%59.8%-
HSV(B)284.9º63.84%87.84%-
XYZ37.1421.9672.8-
YUV129.29181.45169.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 81 (32.03% from 255) = 16.43%
BLUE value IS 224 (87.89% from 255) = 45.44%
R=38.13%
G=16.43%
B=45.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188812240.160.6400.12284.969.7659.8
HexBC51E010400C11d463c
Octal2741213402010001443510674
Binary10111100101000111100000100001000000011001000111011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51E0; }

 p { color: rgb(188,81,224); }

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

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

 a { background-color: rgb(188,81,224); }

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

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

 span { border-color: rgb(188,81,224); }

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