#BC6FD5

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

Shades of Medium Orchid #BC6FD5

Tints of Medium Orchid #BC6FD5

Color information

#BC6FD5 (or 0xBC6FD5) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and D5. RGB value is (188,111,213). Sum of RGB (Red+Green+Blue) = 188+111+213=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FD5 is #43902A. Grayscale: #919191. Windows color (decimal): -4427819 or 13987772. OLE color: 13987772.

HSL color Cylindrical-coordinate representation of color #BC6FD5: hue angle of 285.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6FD5 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188111213-
CMYK0.120.4800.16
HSL285.29º54.84%63.53%-
HSV(B)285.29º47.89%83.53%-
XYZ38.4326.8666.11-
YUV145.65166.01158.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.72%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 213 (83.59% from 255) = 41.60%
R=36.72%
G=21.68%
B=41.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881112130.120.4800.16285.2954.8463.53
HexBC6FD5C3001011d3740
Octal274157325146002043567100
Binary1011110011011111101010111001100000100001000111011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FD5; }

 p { color: rgb(188,111,213); }

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

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

 a { background-color: rgb(188,111,213); }

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

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

 span { border-color: rgb(188,111,213); }

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