#BA3CFF

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

Shades of Medium Orchid #BA3CFF

Tints of Medium Orchid #BA3CFF

Color information

#BA3CFF (or 0xBA3CFF) is unknown color: approx Medium Orchid. HEX triplet: BA, 3C and FF. RGB value is (186,60,255). Sum of RGB (Red+Green+Blue) = 186+60+255=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA3CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA3CFF is #45C300. Grayscale: #777777. Windows color (decimal): -4571905 or 16727226. OLE color: 16727226.

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

Color convert

RGB18660255-
CMYK0.270.7600
HSL278.77º100%61.76%-
HSV(B)278.77º76.47%100%-
XYZ39.9220.8996.54-
YUV119.9204.24175.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 60 (23.83% from 255) = 11.98%
BLUE value IS 255 (100% from 255) = 50.90%
R=37.13%
G=11.98%
B=50.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186602550.270.7600278.7710061.76
HexBA3CFF1B4C00117643e
Octal27274377331140042714476
Binary1011101011110011111111110111001100001000101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3CFF; }

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

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

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

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

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

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

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

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