Shades of Medium Purple #B57AF5
Tints of Medium Purple #B57AF5
RGB
CMYK
RGB Variations
Color information
#B57AF5 (or 0xB57AF5) is known color: Medium Purple. HEX triplet: B5, 7A and F5. RGB value is (181,122,245). Sum of RGB (Red+Green+Blue) = 181+122+245=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 245 - color contains mainly: blue. Hex color #B57AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AF5 is #4A850A. Grayscale: #999999. Windows color (decimal): -4883723 or 16087733. OLE color: 16087733.
HSL color Cylindrical-coordinate representation of color #B57AF5: hue angle of 268.78º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57AF5 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 122 | 245 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.04 |
| HSL | 268.78º | 0.86% | 0.72% | - |
| HSV(B) | 268.78º | 0.5% | 0.96% | - |
| XYZ | 42.5 | 30.34 | 90 | - |
| YUV | 153.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 245 | 0.26 | 0.50 | 0 | 0.04 | 268.78 | 0.86 | 0.72 |
| Hex | B5 | 7A | F5 | 1A | 32 | 0 | 4 | 10D | 56 | 48 |
| Octal | 265 | 172 | 365 | 32 | 62 | 0 | 4 | 415 | 126 | 110 |
| Binary | 10110101 | 1111010 | 11110101 | 11010 | 110010 | 0 | 100 | 100001101 | 1010110 | 1001000 |
Color Harmonies of #B57AF5
Complementary color
Monochromatic Colors of #B57AF5
Black with #B57AF5
Text Example
Text Example
White with #B57AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AF5; }
p { color: rgb(181,122,245); }
H1.HeaderClassName
{
color: #B57AF5;
}
.AnyTagClassName
{
color: #B57AF5;
}
</style>
background-color css
<style>
a { background-color: #B57AF5; }
a { background-color: rgb(181,122,245); }
div.DivClassName
{
background-color: #B57AF5;
}
.BgClassName
{
background-color: #B57AF5;
}
</style>
border-color css
<style>
span { border-color: #B57AF5; }
span { border-color: rgb(181,122,245); }
td.TdClassName
{
border-color: #B57AF5;
}
.TagClassName
{
border-color: #B57AF5;
}
</style>