#BC53CE

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

Shades of Medium Orchid #BC53CE

Tints of Medium Orchid #BC53CE

Color information

#BC53CE (or 0xBC53CE) is unknown color: approx Medium Orchid. HEX triplet: BC, 53 and CE. RGB value is (188,83,206). Sum of RGB (Red+Green+Blue) = 188+83+206=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53CE is #43AC31. Grayscale: #808080. Windows color (decimal): -4434994 or 13521852. OLE color: 13521852.

HSL color Cylindrical-coordinate representation of color #BC53CE: hue angle of 291.22º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC53CE is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18883206-
CMYK0.090.6000.19
HSL291.22º55.66%56.67%-
HSV(B)291.22º59.71%80.78%-
XYZ34.9721.3360.67-
YUV128.42171.79170.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 83 (32.81% from 255) = 17.40%
BLUE value IS 206 (80.86% from 255) = 43.19%
R=39.41%
G=17.40%
B=43.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188832060.090.6000.19291.2255.6656.67
HexBC53CE93C0131233839
Octal27412331611740234437071
Binary101111001010011110011101001111100010011100100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC53CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC53CE; }

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

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

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

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

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

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

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

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