#BA5BF2

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

Shades of Medium Orchid #BA5BF2

Tints of Medium Orchid #BA5BF2

Color information

#BA5BF2 (or 0xBA5BF2) is unknown color: approx Medium Orchid. HEX triplet: BA, 5B and F2. RGB value is (186,91,242). Sum of RGB (Red+Green+Blue) = 186+91+242=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BF2 is #45A40D. Grayscale: #888888. Windows color (decimal): -4563982 or 15883194. OLE color: 15883194.

HSL color Cylindrical-coordinate representation of color #BA5BF2: hue angle of 277.75º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA5BF2 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18691242-
CMYK0.230.6200.05
HSL277.75º85.31%65.29%-
HSV(B)277.75º62.4%94.9%-
XYZ40.0224.3386.59-
YUV136.62187.47163.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 91 (35.94% from 255) = 17.53%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=35.84%
G=17.53%
B=46.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186912420.230.6200.05277.7585.3165.29
HexBA5BF2173E051165541
Octal272133362277605426125101
Binary1011101010110111111001010111111110010110001011010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5BF2; }

 p { color: rgb(186,91,242); }

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

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

 a { background-color: rgb(186,91,242); }

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

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

 span { border-color: rgb(186,91,242); }

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