Shades of Medium Purple #B57DFF
Tints of Medium Purple #B57DFF
RGB
CMYK
RGB Variations
Color information
#B57DFF (or 0xB57DFF) is known color: Medium Purple. HEX triplet: B5, 7D and FF. RGB value is (181,125,255). Sum of RGB (Red+Green+Blue) = 181+125+255=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B57DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DFF is #4A8200. Grayscale: #9C9C9C. Windows color (decimal): -4882945 or 16743861. OLE color: 16743861.
HSL color Cylindrical-coordinate representation of color #B57DFF: hue angle of 265.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57DFF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 125 | 255 | - |
| CMYK | 0.29 | 0.51 | 0 | 0 |
| HSL | 265.85º | 1% | 0.75% | - |
| HSV(B) | 265.85º | 0.51% | 1% | - |
| XYZ | 44.44 | 31.71 | 98.39 | - |
| YUV | 156.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 255 | 0.29 | 0.51 | 0 | 0 | 265.85 | 1 | 0.75 |
| Hex | B5 | 7D | FF | 1D | 33 | 0 | 0 | 10A | 64 | 4B |
| Octal | 265 | 175 | 377 | 35 | 63 | 0 | 0 | 412 | 144 | 113 |
| Binary | 10110101 | 1111101 | 11111111 | 11101 | 110011 | 0 | 0 | 100001010 | 1100100 | 1001011 |
Color Harmonies of #B57DFF
Complementary color
Monochromatic Colors of #B57DFF
Black with #B57DFF
Text Example
Text Example
White with #B57DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DFF; }
p { color: rgb(181,125,255); }
H1.HeaderClassName
{
color: #B57DFF;
}
.AnyTagClassName
{
color: #B57DFF;
}
</style>
background-color css
<style>
a { background-color: #B57DFF; }
a { background-color: rgb(181,125,255); }
div.DivClassName
{
background-color: #B57DFF;
}
.BgClassName
{
background-color: #B57DFF;
}
</style>
border-color css
<style>
span { border-color: #B57DFF; }
span { border-color: rgb(181,125,255); }
td.TdClassName
{
border-color: #B57DFF;
}
.TagClassName
{
border-color: #B57DFF;
}
</style>