Shades of Medium Purple #B07DF8
Tints of Medium Purple #B07DF8
RGB
CMYK
RGB Variations
Color information
#B07DF8 (or 0xB07DF8) is known color: Medium Purple. HEX triplet: B0, 7D and F8. RGB value is (176,125,248). Sum of RGB (Red+Green+Blue) = 176+125+248=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #B07DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DF8 is #4F8207. Grayscale: #999999. Windows color (decimal): -5210632 or 16285104. OLE color: 16285104.
HSL color Cylindrical-coordinate representation of color #B07DF8: hue angle of 264.88º 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 #B07DF8 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 125 | 248 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.03 |
| HSL | 264.88º | 0.9% | 0.73% | - |
| HSV(B) | 264.88º | 0.5% | 0.97% | - |
| XYZ | 42.18 | 30.67 | 92.5 | - |
| YUV | 154.27 | 180.9 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 248 | 0.29 | 0.50 | 0 | 0.03 | 264.88 | 0.9 | 0.73 |
| Hex | B0 | 7D | F8 | 1D | 32 | 0 | 3 | 109 | 5A | 49 |
| Octal | 260 | 175 | 370 | 35 | 62 | 0 | 3 | 411 | 132 | 111 |
| Binary | 10110000 | 1111101 | 11111000 | 11101 | 110010 | 0 | 11 | 100001001 | 1011010 | 1001001 |
Color Harmonies of #B07DF8
Complementary color
Monochromatic Colors of #B07DF8
Black with #B07DF8
Text Example
Text Example
White with #B07DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DF8; }
p { color: rgb(176,125,248); }
H1.HeaderClassName
{
color: #B07DF8;
}
.AnyTagClassName
{
color: #B07DF8;
}
</style>
background-color css
<style>
a { background-color: #B07DF8; }
a { background-color: rgb(176,125,248); }
div.DivClassName
{
background-color: #B07DF8;
}
.BgClassName
{
background-color: #B07DF8;
}
</style>
border-color css
<style>
span { border-color: #B07DF8; }
span { border-color: rgb(176,125,248); }
td.TdClassName
{
border-color: #B07DF8;
}
.TagClassName
{
border-color: #B07DF8;
}
</style>