Shades of Medium Purple #B06BEC
Tints of Medium Purple #B06BEC
RGB
CMYK
RGB Variations
Color information
#B06BEC (or 0xB06BEC) is known color: Medium Purple. HEX triplet: B0, 6B and EC. RGB value is (176,107,236). Sum of RGB (Red+Green+Blue) = 176+107+236=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B06BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BEC is #4F9413. Grayscale: #8D8D8D. Windows color (decimal): -5215252 or 15494064. OLE color: 15494064.
HSL color Cylindrical-coordinate representation of color #B06BEC: hue angle of 272.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B06BEC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 107 | 236 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.07 |
| HSL | 272.09º | 0.77% | 0.67% | - |
| HSV(B) | 272.09º | 0.55% | 0.93% | - |
| XYZ | 38.3 | 25.8 | 82.32 | - |
| YUV | 142.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 236 | 0.25 | 0.55 | 0 | 0.07 | 272.09 | 0.77 | 0.67 |
| Hex | B0 | 6B | EC | 19 | 37 | 0 | 7 | 110 | 4D | 43 |
| Octal | 260 | 153 | 354 | 31 | 67 | 0 | 7 | 420 | 115 | 103 |
| Binary | 10110000 | 1101011 | 11101100 | 11001 | 110111 | 0 | 111 | 100010000 | 1001101 | 1000011 |
Color Harmonies of #B06BEC
Complementary color
Monochromatic Colors of #B06BEC
Black with #B06BEC
Text Example
Text Example
White with #B06BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BEC; }
p { color: rgb(176,107,236); }
H1.HeaderClassName
{
color: #B06BEC;
}
.AnyTagClassName
{
color: #B06BEC;
}
</style>
background-color css
<style>
a { background-color: #B06BEC; }
a { background-color: rgb(176,107,236); }
div.DivClassName
{
background-color: #B06BEC;
}
.BgClassName
{
background-color: #B06BEC;
}
</style>
border-color css
<style>
span { border-color: #B06BEC; }
span { border-color: rgb(176,107,236); }
td.TdClassName
{
border-color: #B06BEC;
}
.TagClassName
{
border-color: #B06BEC;
}
</style>