#BA5ADF

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

Shades of Medium Orchid #BA5ADF

Tints of Medium Orchid #BA5ADF

Color information

#BA5ADF (or 0xBA5ADF) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and DF. RGB value is (186,90,223). Sum of RGB (Red+Green+Blue) = 186+90+223=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA5ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ADF is #45A520. Grayscale: #858585. Windows color (decimal): -4564257 or 14637754. OLE color: 14637754.

HSL color Cylindrical-coordinate representation of color #BA5ADF: hue angle of 283.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5ADF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18690223-
CMYK0.170.6000.13
HSL283.31º67.51%61.37%-
HSV(B)283.31º59.64%87.45%-
XYZ37.2323.0872.3-
YUV133.87178.3165.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 90 (35.55% from 255) = 18.04%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=37.27%
G=18.04%
B=44.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186902230.170.6000.13283.3167.5161.37
HexBA5ADF113C0D11b443d
Octal272132337217401543310475
Binary1011101010110101101111110001111100011011000110111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ADF; }

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

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

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

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

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

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

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

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