#B57AFA

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

Shades of Medium Purple #B57AFA

Tints of Medium Purple #B57AFA

Color information

#B57AFA (or 0xB57AFA) is unknown color: approx Medium Purple. HEX triplet: B5, 7A and FA. RGB value is (181,122,250). Sum of RGB (Red+Green+Blue) = 181+122+250=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #B57AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AFA is #4A8505. Grayscale: #999999. Windows color (decimal): -4883718 or 16415413. OLE color: 16415413.

HSL color Cylindrical-coordinate representation of color #B57AFA: hue angle of 267.66º 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 #B57AFA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181122250-
CMYK0.280.5100.02
HSL267.66º92.75%72.94%-
HSV(B)267.66º51.2%98.04%-
XYZ43.2730.6494.08-
YUV154.23182.05147.09-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.73%
GREEN value IS 122 (48.05% from 255) = 22.06%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=32.73%
G=22.06%
B=45.21%

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
Decimal1811222500.280.5100.02267.6692.7572.94
HexB57AFA1C330210c5d49
Octal265172372346302414135111
Binary101101011111010111110101110011001101010000110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57AFA; }

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

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

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

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

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

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

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

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