#BC49CE

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

Shades of Medium Orchid #BC49CE

Tints of Medium Orchid #BC49CE

Color information

#BC49CE (or 0xBC49CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 49 and CE. RGB value is (188,73,206). Sum of RGB (Red+Green+Blue) = 188+73+206=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49CE is #43B631. Grayscale: #7A7A7A. Windows color (decimal): -4437554 or 13519292. OLE color: 13519292.

HSL color Cylindrical-coordinate representation of color #BC49CE: hue angle of 291.88º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC49CE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18873206-
CMYK0.090.6500.19
HSL291.88º57.58%54.71%-
HSV(B)291.88º64.56%80.78%-
XYZ34.2619.9160.43-
YUV122.55175.1174.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=40.26%
G=15.63%
B=44.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188732060.090.6500.19291.8857.5854.71
HexBC49CE9410131243a37
Octal274111316111010234447267
Binary1011110010010011100111010011000001010011100100100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC49CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC49CE; }

 p { color: rgb(188,73,206); }

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

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

 a { background-color: rgb(188,73,206); }

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

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

 span { border-color: rgb(188,73,206); }

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