#BC49D6

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

Shades of Medium Orchid #BC49D6

Tints of Medium Orchid #BC49D6

Color information

#BC49D6 (or 0xBC49D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 49 and D6. RGB value is (188,73,214). Sum of RGB (Red+Green+Blue) = 188+73+214=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 214 (83.98% from 255 or 45.05% from 475); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49D6 is #43B629. Grayscale: #7B7B7B. Windows color (decimal): -4437546 or 14043580. OLE color: 14043580.

HSL color Cylindrical-coordinate representation of color #BC49D6: hue angle of 288.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC49D6 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18873214-
CMYK0.120.6600.16
HSL288.94º63.23%56.27%-
HSV(B)288.94º65.89%83.92%-
XYZ35.2620.3165.68-
YUV123.46179.1174.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 214 (83.98% from 255) = 45.05%
R=39.58%
G=15.37%
B=45.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188732140.120.6600.16288.9463.2356.27
HexBC49D6C420101213f38
Octal274111326141020204417770
Binary1011110010010011101011011001000010010000100100001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC49D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC49D6; }

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

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

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

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

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

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

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

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