#BA6DC6

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

Shades of Medium Orchid #BA6DC6

Tints of Medium Orchid #BA6DC6

Color information

#BA6DC6 (or 0xBA6DC6) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and C6. RGB value is (186,109,198). Sum of RGB (Red+Green+Blue) = 186+109+198=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA6DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC6 is #459239. Grayscale: #8D8D8D. Windows color (decimal): -4559418 or 13004218. OLE color: 13004218.

HSL color Cylindrical-coordinate representation of color #BA6DC6: hue angle of 291.91º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA6DC6 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186109198-
CMYK0.060.4500.22
HSL291.91º43.84%60.2%-
HSV(B)291.91º44.95%77.65%-
XYZ35.9125.4556.45-
YUV142.17159.51159.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 109 (42.97% from 255) = 22.11%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=37.73%
G=22.11%
B=40.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861091980.060.4500.22291.9143.8460.2
HexBA6DC662D0161242c3c
Octal2721553066550264445474
Binary10111010110110111000110110101101010110100100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DC6; }

 p { color: rgb(186,109,198); }

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

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

 a { background-color: rgb(186,109,198); }

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

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

 span { border-color: rgb(186,109,198); }

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