#BA6DC7

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

Shades of Medium Orchid #BA6DC7

Tints of Medium Orchid #BA6DC7

Color information

#BA6DC7 (or 0xBA6DC7) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and C7. RGB value is (186,109,199). Sum of RGB (Red+Green+Blue) = 186+109+199=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA6DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC7 is #459238. Grayscale: #8E8E8E. Windows color (decimal): -4559417 or 13069754. OLE color: 13069754.

HSL color Cylindrical-coordinate representation of color #BA6DC7: hue angle of 291.33º degrees, saturation: 0.45, 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 #BA6DC7 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186109199-
CMYK0.070.4500.22
HSL291.33º44.55%60.39%-
HSV(B)291.33º45.23%78.04%-
XYZ36.0325.557.06-
YUV142.28160.01159.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.65%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=37.65%
G=22.06%
B=40.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861091990.070.4500.22291.3344.5560.39
HexBA6DC772D0161232d3c
Octal2721553077550264435574
Binary10111010110110111000111111101101010110100100011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DC7; }

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

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

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

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

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

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

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

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