#BA6AD8

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

Shades of Medium Orchid #BA6AD8

Tints of Medium Orchid #BA6AD8

Color information

#BA6AD8 (or 0xBA6AD8) is unknown color: approx Medium Orchid. HEX triplet: BA, 6A and D8. RGB value is (186,106,216). Sum of RGB (Red+Green+Blue) = 186+106+216=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA6AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6AD8 is #459527. Grayscale: #8E8E8E. Windows color (decimal): -4560168 or 14183098. OLE color: 14183098.

HSL color Cylindrical-coordinate representation of color #BA6AD8: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6AD8 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186106216-
CMYK0.140.5100.15
HSL283.64º58.51%63.14%-
HSV(B)283.64º50.93%84.71%-
XYZ37.825.7167.94-
YUV142.46169.5159.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 106 (41.80% from 255) = 20.87%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=36.61%
G=20.87%
B=42.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861062160.140.5100.15283.6458.5163.14
HexBA6AD8E330F11c3b3f
Octal27215233016630174347377
Binary10111010110101011011000111011001101111100011100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AD8; }

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

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

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

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

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

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

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

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