#BA5AC9

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

Shades of Medium Orchid #BA5AC9

Tints of Medium Orchid #BA5AC9

Color information

#BA5AC9 (or 0xBA5AC9) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and C9. RGB value is (186,90,201). Sum of RGB (Red+Green+Blue) = 186+90+201=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA5AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AC9 is #45A536. Grayscale: #838383. Windows color (decimal): -4564279 or 13195962. OLE color: 13195962.

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

Color convert

RGB18690201-
CMYK0.070.5500.21
HSL291.89º50.68%57.06%-
HSV(B)291.89º55.22%78.82%-
XYZ34.4521.9757.68-
YUV131.36167.3166.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 201 (78.91% from 255) = 42.14%
R=38.99%
G=18.87%
B=42.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186902010.070.5500.21291.8950.6857.06
HexBA5AC97370151243339
Octal2721323117670254446371
Binary10111010101101011001001111110111010101100100100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5AC9; }

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

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

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

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

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

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

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

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