#B47AFA

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

Shades of Medium Purple #B47AFA

Tints of Medium Purple #B47AFA

Color information

#B47AFA (or 0xB47AFA) is unknown color: approx Medium Purple. HEX triplet: B4, 7A and FA. RGB value is (180,122,250). Sum of RGB (Red+Green+Blue) = 180+122+250=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #B47AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47AFA is #4B8505. Grayscale: #999999. Windows color (decimal): -4949254 or 16415412. OLE color: 16415412.

HSL color Cylindrical-coordinate representation of color #B47AFA: hue angle of 267.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47AFA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180122250-
CMYK0.280.5100.02
HSL267.19º92.75%72.94%-
HSV(B)267.19º51.2%98.04%-
XYZ43.0430.5294.07-
YUV153.93182.22146.59-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 250 (98.05% from 255) = 45.29%
R=32.61%
G=22.10%
B=45.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801222500.280.5100.02267.1992.7572.94
HexB47AFA1C330210b5d49
Octal264172372346302413135111
Binary101101001111010111110101110011001101010000101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47AFA; }

 p { color: rgb(180,122,250); }

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

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

 a { background-color: rgb(180,122,250); }

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

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

 span { border-color: rgb(180,122,250); }

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