Shades of Medium Purple #B06AFC
Tints of Medium Purple #B06AFC
RGB
CMYK
RGB Variations
Color information
#B06AFC (or 0xB06AFC) is known color: Medium Purple. HEX triplet: B0, 6A and FC. RGB value is (176,106,252). Sum of RGB (Red+Green+Blue) = 176+106+252=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B06AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AFC is #4F9503. Grayscale: #8F8F8F. Windows color (decimal): -5215492 or 16542384. OLE color: 16542384.
HSL color Cylindrical-coordinate representation of color #B06AFC: hue angle of 268.77º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06AFC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 106 | 252 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.01 |
| HSL | 268.77º | 0.96% | 0.7% | - |
| HSV(B) | 268.77º | 0.58% | 0.99% | - |
| XYZ | 40.63 | 26.57 | 95.08 | - |
| YUV | 143.57 | 189.19 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 252 | 0.30 | 0.58 | 0 | 0.01 | 268.77 | 0.96 | 0.7 |
| Hex | B0 | 6A | FC | 1E | 3A | 0 | 1 | 10D | 60 | 46 |
| Octal | 260 | 152 | 374 | 36 | 72 | 0 | 1 | 415 | 140 | 106 |
| Binary | 10110000 | 1101010 | 11111100 | 11110 | 111010 | 0 | 1 | 100001101 | 1100000 | 1000110 |
Color Harmonies of #B06AFC
Complementary color
Monochromatic Colors of #B06AFC
Black with #B06AFC
Text Example
Text Example
White with #B06AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AFC; }
p { color: rgb(176,106,252); }
H1.HeaderClassName
{
color: #B06AFC;
}
.AnyTagClassName
{
color: #B06AFC;
}
</style>
background-color css
<style>
a { background-color: #B06AFC; }
a { background-color: rgb(176,106,252); }
div.DivClassName
{
background-color: #B06AFC;
}
.BgClassName
{
background-color: #B06AFC;
}
</style>
border-color css
<style>
span { border-color: #B06AFC; }
span { border-color: rgb(176,106,252); }
td.TdClassName
{
border-color: #B06AFC;
}
.TagClassName
{
border-color: #B06AFC;
}
</style>