#BA6AF1

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

Shades of Medium Orchid #BA6AF1

Tints of Medium Orchid #BA6AF1

Color information

#BA6AF1 (or 0xBA6AF1) is unknown color: approx Medium Orchid. HEX triplet: BA, 6A and F1. RGB value is (186,106,241). Sum of RGB (Red+Green+Blue) = 186+106+241=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AF1 is #45950E. Grayscale: #909090. Windows color (decimal): -4560143 or 15821498. OLE color: 15821498.

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

Color convert

RGB186106241-
CMYK0.230.5600.05
HSL275.56º82.82%68.04%-
HSV(B)275.56º56.02%94.51%-
XYZ41.2827.186.27-
YUV145.31182157.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 241 (94.53% from 255) = 45.22%
R=34.90%
G=19.89%
B=45.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861062410.230.5600.05275.5682.8268.04
HexBA6AF11738051145344
Octal272152361277005424123104
Binary1011101011010101111000110111111000010110001010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6AF1; }

 p { color: rgb(186,106,241); }

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

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

 a { background-color: rgb(186,106,241); }

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

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

 span { border-color: rgb(186,106,241); }

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