Shades of Medium Purple #B06FF0
Tints of Medium Purple #B06FF0
RGB
CMYK
RGB Variations
Color information
#B06FF0 (or 0xB06FF0) is known color: Medium Purple. HEX triplet: B0, 6F and F0. RGB value is (176,111,240). Sum of RGB (Red+Green+Blue) = 176+111+240=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B06FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FF0 is #4F900F. Grayscale: #909090. Windows color (decimal): -5214224 or 15757232. OLE color: 15757232.
HSL color Cylindrical-coordinate representation of color #B06FF0: hue angle of 270.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06FF0 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 111 | 240 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.06 |
| HSL | 270.23º | 0.81% | 0.69% | - |
| HSV(B) | 270.23º | 0.54% | 0.94% | - |
| XYZ | 39.32 | 26.89 | 85.56 | - |
| YUV | 145.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 240 | 0.27 | 0.54 | 0 | 0.06 | 270.23 | 0.81 | 0.69 |
| Hex | B0 | 6F | F0 | 1B | 36 | 0 | 6 | 10E | 51 | 45 |
| Octal | 260 | 157 | 360 | 33 | 66 | 0 | 6 | 416 | 121 | 105 |
| Binary | 10110000 | 1101111 | 11110000 | 11011 | 110110 | 0 | 110 | 100001110 | 1010001 | 1000101 |
Color Harmonies of #B06FF0
Complementary color
Monochromatic Colors of #B06FF0
Black with #B06FF0
Text Example
Text Example
White with #B06FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FF0; }
p { color: rgb(176,111,240); }
H1.HeaderClassName
{
color: #B06FF0;
}
.AnyTagClassName
{
color: #B06FF0;
}
</style>
background-color css
<style>
a { background-color: #B06FF0; }
a { background-color: rgb(176,111,240); }
div.DivClassName
{
background-color: #B06FF0;
}
.BgClassName
{
background-color: #B06FF0;
}
</style>
border-color css
<style>
span { border-color: #B06FF0; }
span { border-color: rgb(176,111,240); }
td.TdClassName
{
border-color: #B06FF0;
}
.TagClassName
{
border-color: #B06FF0;
}
</style>