#BC47EE

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

Shades of Medium Orchid #BC47EE

Tints of Medium Orchid #BC47EE

Color information

#BC47EE (or 0xBC47EE) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and EE. RGB value is (188,71,238). Sum of RGB (Red+Green+Blue) = 188+71+238=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47EE is #43B811. Grayscale: #7C7C7C. Windows color (decimal): -4438034 or 15615932. OLE color: 15615932.

HSL color Cylindrical-coordinate representation of color #BC47EE: hue angle of 282.04º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC47EE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18871238-
CMYK0.210.7000.07
HSL282.04º83.08%60.59%-
HSV(B)282.04º70.17%93.33%-
XYZ38.4221.3782.99-
YUV125.02191.76172.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.83%
GREEN value IS 71 (28.12% from 255) = 14.29%
BLUE value IS 238 (93.36% from 255) = 47.89%
R=37.83%
G=14.29%
B=47.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188712380.210.7000.07282.0483.0860.59
HexBC47EE15460711a533d
Octal274107356251060743212375
Binary1011110010001111110111010101100011001111000110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47EE; }

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

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

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

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

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

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

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

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