#BA5ADE

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

Shades of Medium Orchid #BA5ADE

Tints of Medium Orchid #BA5ADE

Color information

#BA5ADE (or 0xBA5ADE) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and DE. RGB value is (186,90,222). Sum of RGB (Red+Green+Blue) = 186+90+222=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA5ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ADE is #45A521. Grayscale: #858585. Windows color (decimal): -4564258 or 14572218. OLE color: 14572218.

HSL color Cylindrical-coordinate representation of color #BA5ADE: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA5ADE is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18690222-
CMYK0.160.5900.13
HSL283.64º66.67%61.18%-
HSV(B)283.64º59.46%87.06%-
XYZ37.0923.0371.6-
YUV133.75177.8165.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.35%
GREEN value IS 90 (35.55% from 255) = 18.07%
BLUE value IS 222 (87.11% from 255) = 44.58%
R=37.35%
G=18.07%
B=44.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal186902220.160.5900.13283.6466.6761.18
HexBA5ADE103B0D11c433d
Octal272132336207301543410375
Binary1011101010110101101111010000111011011011000111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ADE; }

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

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

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

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

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

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

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

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