#BC51EE

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

Shades of Medium Orchid #BC51EE

Tints of Medium Orchid #BC51EE

Color information

#BC51EE (or 0xBC51EE) is unknown color: approx Medium Orchid. HEX triplet: BC, 51 and EE. RGB value is (188,81,238). Sum of RGB (Red+Green+Blue) = 188+81+238=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51EE is #43AE11. Grayscale: #828282. Windows color (decimal): -4435474 or 15618492. OLE color: 15618492.

HSL color Cylindrical-coordinate representation of color #BC51EE: hue angle of 280.89º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC51EE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18881238-
CMYK0.210.6600.07
HSL280.89º82.2%62.55%-
HSV(B)280.89º65.97%93.33%-
XYZ39.1122.7583.22-
YUV130.89188.45168.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 81 (32.03% from 255) = 15.98%
BLUE value IS 238 (93.36% from 255) = 46.94%
R=37.08%
G=15.98%
B=46.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188812380.210.6600.07280.8982.262.55
HexBC51EE154207119523f
Octal274121356251020743112277
Binary1011110010100011110111010101100001001111000110011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC51EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC51EE; }

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

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

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

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

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

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

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

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