#BA6DC9

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

Shades of Medium Orchid #BA6DC9

Tints of Medium Orchid #BA6DC9

Color information

#BA6DC9 (or 0xBA6DC9) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and C9. RGB value is (186,109,201). Sum of RGB (Red+Green+Blue) = 186+109+201=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 201 (78.91% from 255 or 40.52% from 496); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC9 is #459236. Grayscale: #8E8E8E. Windows color (decimal): -4559415 or 13200826. OLE color: 13200826.

HSL color Cylindrical-coordinate representation of color #BA6DC9: hue angle of 290.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6DC9 is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186109201-
CMYK0.070.4600.21
HSL290.22º46%60.78%-
HSV(B)290.22º45.77%78.82%-
XYZ36.2625.5958.29-
YUV142.51161.01159.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 201 (78.91% from 255) = 40.52%
R=37.5%
G=21.98%
B=40.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861092010.070.4600.21290.224660.78
HexBA6DC972E0151222e3d
Octal2721553117560254425675
Binary10111010110110111001001111101110010101100100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DC9; }

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

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

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

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

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

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

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

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