#BA4AFE

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

Shades of Medium Orchid #BA4AFE

Tints of Medium Orchid #BA4AFE

Color information

#BA4AFE (or 0xBA4AFE) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and FE. RGB value is (186,74,254). Sum of RGB (Red+Green+Blue) = 186+74+254=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA4AFE is #45B501. Grayscale: #7F7F7F. Windows color (decimal): -4568322 or 16665274. OLE color: 16665274.

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

Color convert

RGB18674254-
CMYK0.270.7100.00
HSL277.33º98.9%64.31%-
HSV(B)277.33º70.87%99.61%-
XYZ40.5922.4995.97-
YUV128.01199.11169.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 74 (29.30% from 255) = 14.40%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=36.19%
G=14.40%
B=49.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal186742540.270.7100.00277.3398.964.31
HexBA4AFE1B47001156340
Octal2721123763310700425143100
Binary101110101001010111111101101110001110010001010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4AFE; }

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

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

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

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

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

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

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

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