#BC6FCF

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

Shades of Medium Orchid #BC6FCF

Tints of Medium Orchid #BC6FCF

Color information

#BC6FCF (or 0xBC6FCF) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and CF. RGB value is (188,111,207). Sum of RGB (Red+Green+Blue) = 188+111+207=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCF is #439030. Grayscale: #909090. Windows color (decimal): -4427825 or 13594556. OLE color: 13594556.

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

Color convert

RGB188111207-
CMYK0.090.4600.19
HSL288.12º50%62.35%-
HSV(B)288.12º46.38%81.18%-
XYZ37.6926.5762.17-
YUV144.97163.01158.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 111 (43.75% from 255) = 21.94%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=37.15%
G=21.94%
B=40.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881112070.090.4600.19288.125062.35
HexBC6FCF92E013120323e
Octal27415731711560234406276
Binary101111001101111110011111001101110010011100100000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FCF; }

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

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

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

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

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

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

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

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