Shades of Medium Purple #B06CEC
Tints of Medium Purple #B06CEC
RGB
CMYK
RGB Variations
Color information
#B06CEC (or 0xB06CEC) is known color: Medium Purple. HEX triplet: B0, 6C and EC. RGB value is (176,108,236). Sum of RGB (Red+Green+Blue) = 176+108+236=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #B06CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CEC is #4F9313. Grayscale: #8E8E8E. Windows color (decimal): -5214996 or 15494320. OLE color: 15494320.
HSL color Cylindrical-coordinate representation of color #B06CEC: hue angle of 271.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06CEC is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 108 | 236 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.07 |
| HSL | 271.88º | 0.77% | 0.67% | - |
| HSV(B) | 271.88º | 0.54% | 0.93% | - |
| XYZ | 38.41 | 26.01 | 82.35 | - |
| YUV | 142.92 | 180.53 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 236 | 0.25 | 0.54 | 0 | 0.07 | 271.88 | 0.77 | 0.67 |
| Hex | B0 | 6C | EC | 19 | 36 | 0 | 7 | 110 | 4D | 43 |
| Octal | 260 | 154 | 354 | 31 | 66 | 0 | 7 | 420 | 115 | 103 |
| Binary | 10110000 | 1101100 | 11101100 | 11001 | 110110 | 0 | 111 | 100010000 | 1001101 | 1000011 |
Color Harmonies of #B06CEC
Complementary color
Monochromatic Colors of #B06CEC
Black with #B06CEC
Text Example
Text Example
White with #B06CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CEC; }
p { color: rgb(176,108,236); }
H1.HeaderClassName
{
color: #B06CEC;
}
.AnyTagClassName
{
color: #B06CEC;
}
</style>
background-color css
<style>
a { background-color: #B06CEC; }
a { background-color: rgb(176,108,236); }
div.DivClassName
{
background-color: #B06CEC;
}
.BgClassName
{
background-color: #B06CEC;
}
</style>
border-color css
<style>
span { border-color: #B06CEC; }
span { border-color: rgb(176,108,236); }
td.TdClassName
{
border-color: #B06CEC;
}
.TagClassName
{
border-color: #B06CEC;
}
</style>