Shades of Medium Purple #B57DF8
Tints of Medium Purple #B57DF8
RGB
CMYK
RGB Variations
Color information
#B57DF8 (or 0xB57DF8) is known color: Medium Purple. HEX triplet: B5, 7D and F8. RGB value is (181,125,248). Sum of RGB (Red+Green+Blue) = 181+125+248=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #B57DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DF8 is #4A8207. Grayscale: #9B9B9B. Windows color (decimal): -4882952 or 16285109. OLE color: 16285109.
HSL color Cylindrical-coordinate representation of color #B57DF8: hue angle of 267.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57DF8 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 181 | 125 | 248 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.03 |
| HSL | 267.32º | 0.9% | 0.73% | - |
| HSV(B) | 267.32º | 0.5% | 0.97% | - |
| XYZ | 43.33 | 31.27 | 92.56 | - |
| YUV | 155.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 248 | 0.27 | 0.50 | 0 | 0.03 | 267.32 | 0.9 | 0.73 |
| Hex | B5 | 7D | F8 | 1B | 32 | 0 | 3 | 10B | 5A | 49 |
| Octal | 265 | 175 | 370 | 33 | 62 | 0 | 3 | 413 | 132 | 111 |
| Binary | 10110101 | 1111101 | 11111000 | 11011 | 110010 | 0 | 11 | 100001011 | 1011010 | 1001001 |
Color Harmonies of #B57DF8
Complementary color
Monochromatic Colors of #B57DF8
Black with #B57DF8
Text Example
Text Example
White with #B57DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DF8; }
p { color: rgb(181,125,248); }
H1.HeaderClassName
{
color: #B57DF8;
}
.AnyTagClassName
{
color: #B57DF8;
}
</style>
background-color css
<style>
a { background-color: #B57DF8; }
a { background-color: rgb(181,125,248); }
div.DivClassName
{
background-color: #B57DF8;
}
.BgClassName
{
background-color: #B57DF8;
}
</style>
border-color css
<style>
span { border-color: #B57DF8; }
span { border-color: rgb(181,125,248); }
td.TdClassName
{
border-color: #B57DF8;
}
.TagClassName
{
border-color: #B57DF8;
}
</style>