Shades of Medium Purple #B57AF3
Tints of Medium Purple #B57AF3
RGB
CMYK
RGB Variations
Color information
#B57AF3 (or 0xB57AF3) is known color: Medium Purple. HEX triplet: B5, 7A and F3. RGB value is (181,122,243). Sum of RGB (Red+Green+Blue) = 181+122+243=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #B57AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AF3 is #4A850C. Grayscale: #999999. Windows color (decimal): -4883725 or 15956661. OLE color: 15956661.
HSL color Cylindrical-coordinate representation of color #B57AF3: hue angle of 269.26º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57AF3 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 122 | 243 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.05 |
| HSL | 269.26º | 0.83% | 0.72% | - |
| HSV(B) | 269.26º | 0.5% | 0.95% | - |
| XYZ | 42.19 | 30.21 | 88.4 | - |
| YUV | 153.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 243 | 0.26 | 0.50 | 0 | 0.05 | 269.26 | 0.83 | 0.72 |
| Hex | B5 | 7A | F3 | 1A | 32 | 0 | 5 | 10D | 53 | 48 |
| Octal | 265 | 172 | 363 | 32 | 62 | 0 | 5 | 415 | 123 | 110 |
| Binary | 10110101 | 1111010 | 11110011 | 11010 | 110010 | 0 | 101 | 100001101 | 1010011 | 1001000 |
Color Harmonies of #B57AF3
Complementary color
Monochromatic Colors of #B57AF3
Black with #B57AF3
Text Example
Text Example
White with #B57AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57AF3; }
p { color: rgb(181,122,243); }
H1.HeaderClassName
{
color: #B57AF3;
}
.AnyTagClassName
{
color: #B57AF3;
}
</style>
background-color css
<style>
a { background-color: #B57AF3; }
a { background-color: rgb(181,122,243); }
div.DivClassName
{
background-color: #B57AF3;
}
.BgClassName
{
background-color: #B57AF3;
}
</style>
border-color css
<style>
span { border-color: #B57AF3; }
span { border-color: rgb(181,122,243); }
td.TdClassName
{
border-color: #B57AF3;
}
.TagClassName
{
border-color: #B57AF3;
}
</style>