#BA6ACF

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

Shades of Medium Orchid #BA6ACF

Tints of Medium Orchid #BA6ACF

Color information

#BA6ACF (or 0xBA6ACF) is unknown color: approx Medium Orchid. HEX triplet: BA, 6A and CF. RGB value is (186,106,207). Sum of RGB (Red+Green+Blue) = 186+106+207=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 106 (41.80% from 255 or 21.24% 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 #BA6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ACF is #459530. Grayscale: #8D8D8D. Windows color (decimal): -4560177 or 13593274. OLE color: 13593274.

HSL color Cylindrical-coordinate representation of color #BA6ACF: hue angle of 287.52º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6ACF is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186106207-
CMYK0.100.4900.19
HSL287.52º51.27%61.37%-
HSV(B)287.52º48.79%81.18%-
XYZ36.6725.2561.97-
YUV141.43165159.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=37.27%
G=21.24%
B=41.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861062070.100.4900.19287.5251.2761.37
HexBA6ACFA31013120333d
Octal27215231712610234406375
Binary101110101101010110011111010110001010011100100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6ACF; }

 p { color: rgb(186,106,207); }

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

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

 a { background-color: rgb(186,106,207); }

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

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

 span { border-color: rgb(186,106,207); }

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