#BA47FC

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

Shades of Medium Orchid #BA47FC

Tints of Medium Orchid #BA47FC

Color information

#BA47FC (or 0xBA47FC) is unknown color: approx Medium Orchid. HEX triplet: BA, 47 and FC. RGB value is (186,71,252). Sum of RGB (Red+Green+Blue) = 186+71+252=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA47FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA47FC is #45B803. Grayscale: #7D7D7D. Windows color (decimal): -4569092 or 16533434. OLE color: 16533434.

HSL color Cylindrical-coordinate representation of color #BA47FC: hue angle of 278.12º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA47FC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18671252-
CMYK0.260.7200.01
HSL278.12º96.79%63.33%-
HSV(B)278.12º71.83%98.82%-
XYZ40.0721.9794.22-
YUV126.02199.1170.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 71 (28.12% from 255) = 13.95%
BLUE value IS 252 (98.83% from 255) = 49.51%
R=36.54%
G=13.95%
B=49.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186712520.260.7200.01278.1296.7963.33
HexBA47FC1A4801116613f
Octal272107374321100142614177
Binary10111010100011111111100110101001000011000101101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA47FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA47FC; }

 p { color: rgb(186,71,252); }

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

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

 a { background-color: rgb(186,71,252); }

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

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

 span { border-color: rgb(186,71,252); }

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