#BA5AD0

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

Shades of Medium Orchid #BA5AD0

Tints of Medium Orchid #BA5AD0

Color information

#BA5AD0 (or 0xBA5AD0) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and D0. RGB value is (186,90,208). Sum of RGB (Red+Green+Blue) = 186+90+208=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA5AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD0 is #45A52F. Grayscale: #838383. Windows color (decimal): -4564272 or 13654714. OLE color: 13654714.

HSL color Cylindrical-coordinate representation of color #BA5AD0: hue angle of 288.81º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5AD0 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18690208-
CMYK0.110.5700.18
HSL288.81º55.66%58.43%-
HSV(B)288.81º56.73%81.57%-
XYZ35.2922.3162.12-
YUV132.16170.8166.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 90 (35.55% from 255) = 18.60%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=38.43%
G=18.60%
B=42.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186902080.110.5700.18288.8155.6658.43
HexBA5AD0B39012121383a
Octal27213232013710224417072
Binary101110101011010110100001011111001010010100100001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5AD0; }

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

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

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

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

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

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

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

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