#BA6FC8

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

Shades of Medium Orchid #BA6FC8

Tints of Medium Orchid #BA6FC8

Color information

#BA6FC8 (or 0xBA6FC8) is unknown color: approx Medium Orchid. HEX triplet: BA, 6F and C8. RGB value is (186,111,200). Sum of RGB (Red+Green+Blue) = 186+111+200=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FC8 is #459037. Grayscale: #8F8F8F. Windows color (decimal): -4558904 or 13135802. OLE color: 13135802.

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

Color convert

RGB186111200-
CMYK0.070.4400.22
HSL290.56º44.72%60.98%-
HSV(B)290.56º44.5%78.43%-
XYZ36.3625.9857.74-
YUV143.57159.85158.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 111 (43.75% from 255) = 22.33%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=37.42%
G=22.33%
B=40.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861112000.070.4400.22290.5644.7260.98
HexBA6FC872C0161232d3d
Octal2721573107540264435575
Binary10111010110111111001000111101100010110100100011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FC8; }

 p { color: rgb(186,111,200); }

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

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

 a { background-color: rgb(186,111,200); }

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

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

 span { border-color: rgb(186,111,200); }

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