#BC6DCE

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

Shades of Medium Orchid #BC6DCE

Tints of Medium Orchid #BC6DCE

Color information

#BC6DCE (or 0xBC6DCE) is unknown color: approx Medium Orchid. HEX triplet: BC, 6D and CE. RGB value is (188,109,206). Sum of RGB (Red+Green+Blue) = 188+109+206=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC6DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DCE is #439231. Grayscale: #8F8F8F. Windows color (decimal): -4428338 or 13528508. OLE color: 13528508.

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

Color convert

RGB188109206-
CMYK0.090.4700.19
HSL288.87º49.74%61.76%-
HSV(B)288.87º47.09%80.78%-
XYZ37.3526.0861.46-
YUV143.68163.17159.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=37.38%
G=21.67%
B=40.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881092060.090.4700.19288.8749.7461.76
HexBC6DCE92F013121323e
Octal27415531611570234416276
Binary101111001101101110011101001101111010011100100001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6DCE; }

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

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

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

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

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

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

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

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