#bc5fce

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

Shades of Medium Orchid #BC5FCE

Tints of Medium Orchid #BC5FCE

Color information

#BC5FCE (or 0xBC5FCE) is unknown color: approx Medium Orchid. HEX triplet: BC, 5F and CE. RGB value is (188,95,206). Sum of RGB (Red+Green+Blue) = 188+95+206=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC5FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FCE is #43A031. Grayscale: #878787. Windows color (decimal): -4431922 or 13524924. OLE color: 13524924.

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

Color convert

RGB18895206-
CMYK0.090.5400.19
HSL290.27º53.11%59.02%-
HSV(B)290.27º53.88%80.78%-
XYZ35.9723.3361-
YUV135.46167.81165.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=38.45%
G=19.43%
B=42.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188952060.090.5400.19290.2753.1159.02
HexBC5FCE936013122353b
Octal27413731611660234426573
Binary101111001011111110011101001110110010011100100010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5fce; }

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

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

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

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

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

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

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

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