#BC41EE

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

Shades of Medium Orchid #BC41EE

Tints of Medium Orchid #BC41EE

Color information

#BC41EE (or 0xBC41EE) is unknown color: approx Medium Orchid. HEX triplet: BC, 41 and EE. RGB value is (188,65,238). Sum of RGB (Red+Green+Blue) = 188+65+238=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41EE is #43BE11. Grayscale: #787878. Windows color (decimal): -4439570 or 15614396. OLE color: 15614396.

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

Color convert

RGB18865238-
CMYK0.210.7300.07
HSL282.66º83.57%59.41%-
HSV(B)282.66º72.69%93.33%-
XYZ38.0620.6582.87-
YUV121.5193.75175.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 65 (25.78% from 255) = 13.24%
BLUE value IS 238 (93.36% from 255) = 48.47%
R=38.29%
G=13.24%
B=48.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188652380.210.7300.07282.6683.5759.41
HexBC41EE15490711b543b
Octal274101356251110743312473
Binary1011110010000011110111010101100100101111000110111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41EE; }

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

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

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

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

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

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

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

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