#BA44F7

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

Shades of Medium Orchid #BA44F7

Tints of Medium Orchid #BA44F7

Color information

#BA44F7 (or 0xBA44F7) is unknown color: approx Medium Orchid. HEX triplet: BA, 44 and F7. RGB value is (186,68,247). Sum of RGB (Red+Green+Blue) = 186+68+247=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 68 (26.95% from 255 or 13.57% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA44F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44F7 is #45BB08. Grayscale: #7B7B7B. Windows color (decimal): -4569865 or 16204986. OLE color: 16204986.

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

Color convert

RGB18668247-
CMYK0.250.7200.03
HSL279.55º91.79%61.76%-
HSV(B)279.55º72.47%96.86%-
XYZ39.1121.2990.04-
YUV123.69197.59172.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 68 (26.95% from 255) = 13.57%
BLUE value IS 247 (96.88% from 255) = 49.30%
R=37.13%
G=13.57%
B=49.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186682470.250.7200.03279.5591.7961.76
HexBA44F71948031185c3e
Octal272104367311100343013476
Binary101110101000100111101111100110010000111000110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44F7; }

 p { color: rgb(186,68,247); }

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

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

 a { background-color: rgb(186,68,247); }

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

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

 span { border-color: rgb(186,68,247); }

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