Shades of Medium Purple #B57DFE
Tints of Medium Purple #B57DFE
RGB
CMYK
RGB Variations
Color information
#B57DFE (or 0xB57DFE) is known color: Medium Purple. HEX triplet: B5, 7D and FE. RGB value is (181,125,254). Sum of RGB (Red+Green+Blue) = 181+125+254=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #B57DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57DFE is #4A8201. Grayscale: #9B9B9B. Windows color (decimal): -4882946 or 16678325. OLE color: 16678325.
HSL color Cylindrical-coordinate representation of color #B57DFE: hue angle of 266.05º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57DFE is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 125 | 254 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.00 |
| HSL | 266.05º | 0.98% | 0.74% | - |
| HSV(B) | 266.05º | 0.51% | 1% | - |
| XYZ | 44.28 | 31.65 | 97.54 | - |
| YUV | 156.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 254 | 0.29 | 0.51 | 0 | 0.00 | 266.05 | 0.98 | 0.74 |
| Hex | B5 | 7D | FE | 1D | 33 | 0 | 0 | 10A | 62 | 4A |
| Octal | 265 | 175 | 376 | 35 | 63 | 0 | 0 | 412 | 142 | 112 |
| Binary | 10110101 | 1111101 | 11111110 | 11101 | 110011 | 0 | 0 | 100001010 | 1100010 | 1001010 |
Color Harmonies of #B57DFE
Complementary color
Monochromatic Colors of #B57DFE
Black with #B57DFE
Text Example
Text Example
White with #B57DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57DFE; }
p { color: rgb(181,125,254); }
H1.HeaderClassName
{
color: #B57DFE;
}
.AnyTagClassName
{
color: #B57DFE;
}
</style>
background-color css
<style>
a { background-color: #B57DFE; }
a { background-color: rgb(181,125,254); }
div.DivClassName
{
background-color: #B57DFE;
}
.BgClassName
{
background-color: #B57DFE;
}
</style>
border-color css
<style>
span { border-color: #B57DFE; }
span { border-color: rgb(181,125,254); }
td.TdClassName
{
border-color: #B57DFE;
}
.TagClassName
{
border-color: #B57DFE;
}
</style>