#BA41FF

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

Shades of Medium Orchid #BA41FF

Tints of Medium Orchid #BA41FF

Color information

#BA41FF (or 0xBA41FF) is unknown color: approx Medium Orchid. HEX triplet: BA, 41 and FF. RGB value is (186,65,255). Sum of RGB (Red+Green+Blue) = 186+65+255=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA41FF is #45BE00. Grayscale: #7A7A7A. Windows color (decimal): -4570625 or 16728506. OLE color: 16728506.

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

Color convert

RGB18665255-
CMYK0.270.7500
HSL278.21º100%62.75%-
HSV(B)278.21º74.51%100%-
XYZ40.1921.4496.63-
YUV122.84202.59173.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 65 (25.78% from 255) = 12.85%
BLUE value IS 255 (100% from 255) = 50.40%
R=36.76%
G=12.85%
B=50.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal186652550.270.7500278.2110062.75
HexBA41FF1B4B00116643f
Octal272101377331130042614477
Binary10111010100000111111111110111001011001000101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41FF; }

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

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

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

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

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

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

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

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