#BC49DA

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

Shades of Medium Orchid #BC49DA

Tints of Medium Orchid #BC49DA

Color information

#BC49DA (or 0xBC49DA) is unknown color: approx Medium Orchid. HEX triplet: BC, 49 and DA. RGB value is (188,73,218). Sum of RGB (Red+Green+Blue) = 188+73+218=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 73 (28.91% from 255 or 15.24% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC49DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49DA is #43B625. Grayscale: #7B7B7B. Windows color (decimal): -4437542 or 14305724. OLE color: 14305724.

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

Color convert

RGB18873218-
CMYK0.140.6700.15
HSL287.59º66.21%57.06%-
HSV(B)287.59º66.51%85.49%-
XYZ35.7820.5268.4-
YUV123.92181.1173.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 73 (28.91% from 255) = 15.24%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=39.25%
G=15.24%
B=45.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188732180.140.6700.15287.5966.2157.06
HexBC49DAE430F1204239
Octal2741113321610301744010271
Binary1011110010010011101101011101000011011111001000001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC49DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC49DA; }

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

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

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

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

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

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

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

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