Shades of Medium Purple #B06AFF
Tints of Medium Purple #B06AFF
RGB
CMYK
RGB Variations
Color information
#B06AFF (or 0xB06AFF) is known color: Medium Purple. HEX triplet: B0, 6A and FF. RGB value is (176,106,255). Sum of RGB (Red+Green+Blue) = 176+106+255=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #B06AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AFF is #4F9500. Grayscale: #8F8F8F. Windows color (decimal): -5215489 or 16738992. OLE color: 16738992.
HSL color Cylindrical-coordinate representation of color #B06AFF: hue angle of 268.19º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06AFF is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 106 | 255 | - |
| CMYK | 0.31 | 0.58 | 0 | 0 |
| HSL | 268.19º | 1% | 0.71% | - |
| HSV(B) | 268.19º | 0.58% | 1% | - |
| XYZ | 41.11 | 26.76 | 97.61 | - |
| YUV | 143.92 | 190.69 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 255 | 0.31 | 0.58 | 0 | 0 | 268.19 | 1 | 0.71 |
| Hex | B0 | 6A | FF | 1F | 3A | 0 | 0 | 10C | 64 | 47 |
| Octal | 260 | 152 | 377 | 37 | 72 | 0 | 0 | 414 | 144 | 107 |
| Binary | 10110000 | 1101010 | 11111111 | 11111 | 111010 | 0 | 0 | 100001100 | 1100100 | 1000111 |
Color Harmonies of #B06AFF
Complementary color
Monochromatic Colors of #B06AFF
Black with #B06AFF
Text Example
Text Example
White with #B06AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AFF; }
p { color: rgb(176,106,255); }
H1.HeaderClassName
{
color: #B06AFF;
}
.AnyTagClassName
{
color: #B06AFF;
}
</style>
background-color css
<style>
a { background-color: #B06AFF; }
a { background-color: rgb(176,106,255); }
div.DivClassName
{
background-color: #B06AFF;
}
.BgClassName
{
background-color: #B06AFF;
}
</style>
border-color css
<style>
span { border-color: #B06AFF; }
span { border-color: rgb(176,106,255); }
td.TdClassName
{
border-color: #B06AFF;
}
.TagClassName
{
border-color: #B06AFF;
}
</style>