Shades of Medium Purple #B47DF8
Tints of Medium Purple #B47DF8
RGB
CMYK
RGB Variations
Color information
#B47DF8 (or 0xB47DF8) is known color: Medium Purple. HEX triplet: B4, 7D and F8. RGB value is (180,125,248). Sum of RGB (Red+Green+Blue) = 180+125+248=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #B47DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47DF8 is #4B8207. Grayscale: #9B9B9B. Windows color (decimal): -4948488 or 16285108. OLE color: 16285108.
HSL color Cylindrical-coordinate representation of color #B47DF8: hue angle of 266.83º 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 #B47DF8 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 125 | 248 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.03 |
| HSL | 266.83º | 0.9% | 0.73% | - |
| HSV(B) | 266.83º | 0.5% | 0.97% | - |
| XYZ | 43.1 | 31.15 | 92.55 | - |
| YUV | 155.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 125 | 248 | 0.27 | 0.50 | 0 | 0.03 | 266.83 | 0.9 | 0.73 |
| Hex | B4 | 7D | F8 | 1B | 32 | 0 | 3 | 10B | 5A | 49 |
| Octal | 264 | 175 | 370 | 33 | 62 | 0 | 3 | 413 | 132 | 111 |
| Binary | 10110100 | 1111101 | 11111000 | 11011 | 110010 | 0 | 11 | 100001011 | 1011010 | 1001001 |
Color Harmonies of #B47DF8
Complementary color
Monochromatic Colors of #B47DF8
Black with #B47DF8
Text Example
Text Example
White with #B47DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47DF8; }
p { color: rgb(180,125,248); }
H1.HeaderClassName
{
color: #B47DF8;
}
.AnyTagClassName
{
color: #B47DF8;
}
</style>
background-color css
<style>
a { background-color: #B47DF8; }
a { background-color: rgb(180,125,248); }
div.DivClassName
{
background-color: #B47DF8;
}
.BgClassName
{
background-color: #B47DF8;
}
</style>
border-color css
<style>
span { border-color: #B47DF8; }
span { border-color: rgb(180,125,248); }
td.TdClassName
{
border-color: #B47DF8;
}
.TagClassName
{
border-color: #B47DF8;
}
</style>