#BC55EA

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

Shades of Medium Orchid #BC55EA

Tints of Medium Orchid #BC55EA

Color information

#BC55EA (or 0xBC55EA) is unknown color: approx Medium Orchid. HEX triplet: BC, 55 and EA. RGB value is (188,85,234). Sum of RGB (Red+Green+Blue) = 188+85+234=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC55EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55EA is #43AA15. Grayscale: #848484. Windows color (decimal): -4434454 or 15357372. OLE color: 15357372.

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

Color convert

RGB18885234-
CMYK0.200.6400.08
HSL281.48º78.01%62.55%-
HSV(B)281.48º63.68%91.76%-
XYZ38.8423.1380.26-
YUV132.78185.12167.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.08%
GREEN value IS 85 (33.59% from 255) = 16.77%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=37.08%
G=16.77%
B=46.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal188852340.200.6400.08281.4878.0162.55
HexBC55EA1440081194e3f
Octal2741253522410001043111677
Binary10111100101010111101010101001000000010001000110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC55EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC55EA; }

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

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

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

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

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

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

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

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