#BC49DC

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

Shades of Medium Orchid #BC49DC

Tints of Medium Orchid #BC49DC

Color information

#BC49DC (or 0xBC49DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 49 and DC. RGB value is (188,73,220). Sum of RGB (Red+Green+Blue) = 188+73+220=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 73 (28.91% from 255 or 15.18% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49DC is #43B623. Grayscale: #7B7B7B. Windows color (decimal): -4437540 or 14436796. OLE color: 14436796.

HSL color Cylindrical-coordinate representation of color #BC49DC: hue angle of 286.94º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC49DC is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18873220-
CMYK0.150.6700.14
HSL286.94º67.74%57.45%-
HSV(B)286.94º66.82%86.27%-
XYZ36.0420.6269.79-
YUV124.14182.1173.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 73 (28.91% from 255) = 15.18%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=39.09%
G=15.18%
B=45.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188732200.150.6700.14286.9467.7457.45
HexBC49DCF430E11f4439
Octal2741113341710301643710471
Binary1011110010010011101110011111000011011101000111111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC49DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC49DC; }

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

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

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

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

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

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

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

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