#bc68cf

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

Shades of Medium Orchid #BC68CF

Tints of Medium Orchid #BC68CF

Color information

#BC68CF (or 0xBC68CF) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and CF. RGB value is (188,104,207). Sum of RGB (Red+Green+Blue) = 188+104+207=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68CF is #439730. Grayscale: #8C8C8C. Windows color (decimal): -4429617 or 13592764. OLE color: 13592764.

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

Color convert

RGB188104207-
CMYK0.090.5000.19
HSL288.93º51.76%60.98%-
HSV(B)288.93º49.76%81.18%-
XYZ36.9525.161.93-
YUV140.86165.33161.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 104 (41.02% from 255) = 20.84%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=37.68%
G=20.84%
B=41.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881042070.090.5000.19288.9351.7660.98
HexBC68CF932013121343d
Octal27415031711620234416475
Binary101111001101000110011111001110010010011100100001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc68cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc68cf; }

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

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

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

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

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

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

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

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