#BA4AFF

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

Shades of Medium Orchid #BA4AFF

Tints of Medium Orchid #BA4AFF

Color information

#BA4AFF (or 0xBA4AFF) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and FF. RGB value is (186,74,255). Sum of RGB (Red+Green+Blue) = 186+74+255=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFF is #45B500. Grayscale: #7F7F7F. Windows color (decimal): -4568321 or 16730810. OLE color: 16730810.

HSL color Cylindrical-coordinate representation of color #BA4AFF: hue angle of 277.13º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA4AFF is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18674255-
CMYK0.270.7100
HSL277.13º100%64.51%-
HSV(B)277.13º70.98%100%-
XYZ40.7522.5696.81-
YUV128.12199.61169.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 74 (29.30% from 255) = 14.37%
BLUE value IS 255 (100% from 255) = 49.51%
R=36.12%
G=14.37%
B=49.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186742550.270.7100277.1310064.51
HexBA4AFF1B47001156441
Octal2721123773310700425144101
Binary101110101001010111111111101110001110010001010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AFF; }

 p { color: rgb(186,74,255); }

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

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

 a { background-color: rgb(186,74,255); }

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

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

 span { border-color: rgb(186,74,255); }

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