Shades of Medium Purple #B06AF6
Tints of Medium Purple #B06AF6
RGB
CMYK
RGB Variations
Color information
#B06AF6 (or 0xB06AF6) is known color: Medium Purple. HEX triplet: B0, 6A and F6. RGB value is (176,106,246). Sum of RGB (Red+Green+Blue) = 176+106+246=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #B06AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AF6 is #4F9509. Grayscale: #8E8E8E. Windows color (decimal): -5215498 or 16149168. OLE color: 16149168.
HSL color Cylindrical-coordinate representation of color #B06AF6: hue angle of 270º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B06AF6 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 106 | 246 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.04 |
| HSL | 270º | 0.89% | 0.69% | - |
| HSV(B) | 270º | 0.57% | 0.96% | - |
| XYZ | 39.69 | 26.19 | 90.15 | - |
| YUV | 142.89 | 186.19 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 246 | 0.28 | 0.57 | 0 | 0.04 | 270 | 0.89 | 0.69 |
| Hex | B0 | 6A | F6 | 1C | 39 | 0 | 4 | 10E | 59 | 45 |
| Octal | 260 | 152 | 366 | 34 | 71 | 0 | 4 | 416 | 131 | 105 |
| Binary | 10110000 | 1101010 | 11110110 | 11100 | 111001 | 0 | 100 | 100001110 | 1011001 | 1000101 |
Color Harmonies of #B06AF6
Complementary color
Monochromatic Colors of #B06AF6
Black with #B06AF6
Text Example
Text Example
White with #B06AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AF6; }
p { color: rgb(176,106,246); }
H1.HeaderClassName
{
color: #B06AF6;
}
.AnyTagClassName
{
color: #B06AF6;
}
</style>
background-color css
<style>
a { background-color: #B06AF6; }
a { background-color: rgb(176,106,246); }
div.DivClassName
{
background-color: #B06AF6;
}
.BgClassName
{
background-color: #B06AF6;
}
</style>
border-color css
<style>
span { border-color: #B06AF6; }
span { border-color: rgb(176,106,246); }
td.TdClassName
{
border-color: #B06AF6;
}
.TagClassName
{
border-color: #B06AF6;
}
</style>