Shades of Medium Purple #B06DF8
Tints of Medium Purple #B06DF8
RGB
CMYK
RGB Variations
Color information
#B06DF8 (or 0xB06DF8) is known color: Medium Purple. HEX triplet: B0, 6D and F8. RGB value is (176,109,248). Sum of RGB (Red+Green+Blue) = 176+109+248=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #B06DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06DF8 is #4F9207. Grayscale: #909090. Windows color (decimal): -5214728 or 16281008. OLE color: 16281008.
HSL color Cylindrical-coordinate representation of color #B06DF8: hue angle of 268.92º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06DF8 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 109 | 248 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.03 |
| HSL | 268.92º | 0.91% | 0.7% | - |
| HSV(B) | 268.92º | 0.56% | 0.97% | - |
| XYZ | 40.32 | 26.94 | 91.88 | - |
| YUV | 144.88 | 186.2 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 248 | 0.29 | 0.56 | 0 | 0.03 | 268.92 | 0.91 | 0.7 |
| Hex | B0 | 6D | F8 | 1D | 38 | 0 | 3 | 10D | 5B | 46 |
| Octal | 260 | 155 | 370 | 35 | 70 | 0 | 3 | 415 | 133 | 106 |
| Binary | 10110000 | 1101101 | 11111000 | 11101 | 111000 | 0 | 11 | 100001101 | 1011011 | 1000110 |
Color Harmonies of #B06DF8
Complementary color
Monochromatic Colors of #B06DF8
Black with #B06DF8
Text Example
Text Example
White with #B06DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DF8; }
p { color: rgb(176,109,248); }
H1.HeaderClassName
{
color: #B06DF8;
}
.AnyTagClassName
{
color: #B06DF8;
}
</style>
background-color css
<style>
a { background-color: #B06DF8; }
a { background-color: rgb(176,109,248); }
div.DivClassName
{
background-color: #B06DF8;
}
.BgClassName
{
background-color: #B06DF8;
}
</style>
border-color css
<style>
span { border-color: #B06DF8; }
span { border-color: rgb(176,109,248); }
td.TdClassName
{
border-color: #B06DF8;
}
.TagClassName
{
border-color: #B06DF8;
}
</style>