Shades of Medium Purple #B06FEC
Tints of Medium Purple #B06FEC
RGB
CMYK
RGB Variations
Color information
#B06FEC (or 0xB06FEC) is known color: Medium Purple. HEX triplet: B0, 6F and EC. RGB value is (176,111,236). Sum of RGB (Red+Green+Blue) = 176+111+236=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 111 (43.75% from 255 or 21.22% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #B06FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FEC is #4F9013. Grayscale: #909090. Windows color (decimal): -5214228 or 15495088. OLE color: 15495088.
HSL color Cylindrical-coordinate representation of color #B06FEC: hue angle of 271.2º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06FEC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 111 | 236 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.07 |
| HSL | 271.2º | 0.77% | 0.68% | - |
| HSV(B) | 271.2º | 0.53% | 0.93% | - |
| XYZ | 38.73 | 26.66 | 82.46 | - |
| YUV | 144.69 | 179.53 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 236 | 0.25 | 0.53 | 0 | 0.07 | 271.2 | 0.77 | 0.68 |
| Hex | B0 | 6F | EC | 19 | 35 | 0 | 7 | 10F | 4D | 44 |
| Octal | 260 | 157 | 354 | 31 | 65 | 0 | 7 | 417 | 115 | 104 |
| Binary | 10110000 | 1101111 | 11101100 | 11001 | 110101 | 0 | 111 | 100001111 | 1001101 | 1000100 |
Color Harmonies of #B06FEC
Complementary color
Monochromatic Colors of #B06FEC
Black with #B06FEC
Text Example
Text Example
White with #B06FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FEC; }
p { color: rgb(176,111,236); }
H1.HeaderClassName
{
color: #B06FEC;
}
.AnyTagClassName
{
color: #B06FEC;
}
</style>
background-color css
<style>
a { background-color: #B06FEC; }
a { background-color: rgb(176,111,236); }
div.DivClassName
{
background-color: #B06FEC;
}
.BgClassName
{
background-color: #B06FEC;
}
</style>
border-color css
<style>
span { border-color: #B06FEC; }
span { border-color: rgb(176,111,236); }
td.TdClassName
{
border-color: #B06FEC;
}
.TagClassName
{
border-color: #B06FEC;
}
</style>