#bc6bd0

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

Shades of Medium Orchid #BC6BD0

Tints of Medium Orchid #BC6BD0

Color information

#BC6BD0 (or 0xBC6BD0) is unknown color: approx Medium Orchid. HEX triplet: BC, 6B and D0. RGB value is (188,107,208). Sum of RGB (Red+Green+Blue) = 188+107+208=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BD0 is #43942F. Grayscale: #8E8E8E. Windows color (decimal): -4428848 or 13659068. OLE color: 13659068.

HSL color Cylindrical-coordinate representation of color #BC6BD0: hue angle of 288.12º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6BD0 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188107208-
CMYK0.100.4900.18
HSL288.12º51.79%61.76%-
HSV(B)288.12º48.56%81.57%-
XYZ37.3825.7662.68-
YUV142.73164.84160.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 208 (81.64% from 255) = 41.35%
R=37.38%
G=21.27%
B=41.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881072080.100.4900.18288.1251.7961.76
HexBC6BD0A31012120343e
Octal27415332012610224406476
Binary101111001101011110100001010110001010010100100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6bd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6bd0; }

 p { color: rgb(188,107,208); }

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

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

 a { background-color: rgb(188,107,208); }

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

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

 span { border-color: rgb(188,107,208); }

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