#BA49F7

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

Shades of Medium Orchid #BA49F7

Tints of Medium Orchid #BA49F7

Color information

#BA49F7 (or 0xBA49F7) is unknown color: approx Medium Orchid. HEX triplet: BA, 49 and F7. RGB value is (186,73,247). Sum of RGB (Red+Green+Blue) = 186+73+247=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA49F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49F7 is #45B608. Grayscale: #7E7E7E. Windows color (decimal): -4568585 or 16206266. OLE color: 16206266.

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

Color convert

RGB18673247-
CMYK0.250.7000.03
HSL278.97º91.58%62.75%-
HSV(B)278.97º70.45%96.86%-
XYZ39.4221.9290.15-
YUV126.62195.94170.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 73 (28.91% from 255) = 14.43%
BLUE value IS 247 (96.88% from 255) = 48.81%
R=36.76%
G=14.43%
B=48.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal186732470.250.7000.03278.9791.5862.75
HexBA49F71946031175c3f
Octal272111367311060342713477
Binary101110101001001111101111100110001100111000101111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA49F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA49F7; }

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

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

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

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

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

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

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

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