#BA5FD1

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

Shades of Medium Orchid #BA5FD1

Tints of Medium Orchid #BA5FD1

Color information

#BA5FD1 (or 0xBA5FD1) is unknown color: approx Medium Orchid. HEX triplet: BA, 5F and D1. RGB value is (186,95,209). Sum of RGB (Red+Green+Blue) = 186+95+209=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FD1 is #45A02E. Grayscale: #868686. Windows color (decimal): -4562991 or 13721530. OLE color: 13721530.

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

Color convert

RGB18695209-
CMYK0.110.5500.18
HSL287.89º55.34%59.61%-
HSV(B)287.89º54.55%81.96%-
XYZ35.8523.2362.92-
YUV135.2169.65164.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 209 (82.03% from 255) = 42.65%
R=37.96%
G=19.39%
B=42.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186952090.110.5500.18287.8955.3459.61
HexBA5FD1B37012120373c
Octal27213732113670224406774
Binary101110101011111110100011011110111010010100100000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5FD1; }

 p { color: rgb(186,95,209); }

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

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

 a { background-color: rgb(186,95,209); }

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

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

 span { border-color: rgb(186,95,209); }

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