Shades of Medium Purple #B06DEC
Tints of Medium Purple #B06DEC
RGB
CMYK
RGB Variations
Color information
#B06DEC (or 0xB06DEC) is known color: Medium Purple. HEX triplet: B0, 6D and EC. RGB value is (176,109,236). Sum of RGB (Red+Green+Blue) = 176+109+236=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B06DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06DEC is #4F9213. Grayscale: #8F8F8F. Windows color (decimal): -5214740 or 15494576. OLE color: 15494576.
HSL color Cylindrical-coordinate representation of color #B06DEC: hue angle of 271.65º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06DEC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 109 | 236 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 271.65º | 0.77% | 0.68% | - |
| HSV(B) | 271.65º | 0.54% | 0.93% | - |
| XYZ | 38.51 | 26.22 | 82.39 | - |
| YUV | 143.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 236 | 0.25 | 0.54 | 0 | 0.07 | 271.65 | 0.77 | 0.68 |
| Hex | B0 | 6D | EC | 19 | 36 | 0 | 7 | 110 | 4D | 44 |
| Octal | 260 | 155 | 354 | 31 | 66 | 0 | 7 | 420 | 115 | 104 |
| Binary | 10110000 | 1101101 | 11101100 | 11001 | 110110 | 0 | 111 | 100010000 | 1001101 | 1000100 |
Color Harmonies of #B06DEC
Complementary color
Monochromatic Colors of #B06DEC
Black with #B06DEC
Text Example
Text Example
White with #B06DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DEC; }
p { color: rgb(176,109,236); }
H1.HeaderClassName
{
color: #B06DEC;
}
.AnyTagClassName
{
color: #B06DEC;
}
</style>
background-color css
<style>
a { background-color: #B06DEC; }
a { background-color: rgb(176,109,236); }
div.DivClassName
{
background-color: #B06DEC;
}
.BgClassName
{
background-color: #B06DEC;
}
</style>
border-color css
<style>
span { border-color: #B06DEC; }
span { border-color: rgb(176,109,236); }
td.TdClassName
{
border-color: #B06DEC;
}
.TagClassName
{
border-color: #B06DEC;
}
</style>