#BC68C9

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

Shades of Medium Orchid #BC68C9

Tints of Medium Orchid #BC68C9

Color information

#BC68C9 (or 0xBC68C9) is unknown color: approx Medium Orchid. HEX triplet: BC, 68 and C9. RGB value is (188,104,201). Sum of RGB (Red+Green+Blue) = 188+104+201=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68C9 is #439736. Grayscale: #8B8B8B. Windows color (decimal): -4429623 or 13199548. OLE color: 13199548.

HSL color Cylindrical-coordinate representation of color #BC68C9: hue angle of 291.96º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC68C9 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188104201-
CMYK0.060.4800.21
HSL291.96º47.32%59.8%-
HSV(B)291.96º48.26%78.82%-
XYZ36.2324.8158.14-
YUV140.17162.33162.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 104 (41.02% from 255) = 21.10%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=38.13%
G=21.10%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881042010.060.4800.21291.9647.3259.8
HexBC68C96300151242f3c
Octal2741503116600254445774
Binary10111100110100011001001110110000010101100100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68C9; }

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

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

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

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

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

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

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

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