#BA3FF8

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

Shades of Medium Orchid #BA3FF8

Tints of Medium Orchid #BA3FF8

Color information

#BA3FF8 (or 0xBA3FF8) is unknown color: approx Medium Orchid. HEX triplet: BA, 3F and F8. RGB value is (186,63,248). Sum of RGB (Red+Green+Blue) = 186+63+248=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA3FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3FF8 is #45C007. Grayscale: #787878. Windows color (decimal): -4571144 or 16269242. OLE color: 16269242.

HSL color Cylindrical-coordinate representation of color #BA3FF8: hue angle of 279.89º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3FF8 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18663248-
CMYK0.250.7500.03
HSL279.89º92.96%60.98%-
HSV(B)279.89º74.6%97.25%-
XYZ38.9720.7790.76-
YUV120.87199.75174.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 63 (25% from 255) = 12.68%
BLUE value IS 248 (97.27% from 255) = 49.90%
R=37.42%
G=12.68%
B=49.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186632480.250.7500.03279.8992.9660.98
HexBA3FF8194B031185d3d
Octal27277370311130343013575
Binary10111010111111111110001100110010110111000110001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3FF8; }

 p { color: rgb(186,63,248); }

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

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

 a { background-color: rgb(186,63,248); }

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

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

 span { border-color: rgb(186,63,248); }

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