Shades of Medium Purple #B06EE8
Tints of Medium Purple #B06EE8
RGB
CMYK
RGB Variations
Color information
#B06EE8 (or 0xB06EE8) is known color: Medium Purple. HEX triplet: B0, 6E and E8. RGB value is (176,110,232). Sum of RGB (Red+Green+Blue) = 176+110+232=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 232 (91.02% from 255 or 44.79% from 518); Max value from RGB is 232 - color contains mainly: blue. Hex color #B06EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EE8 is #4F9117. Grayscale: #8F8F8F. Windows color (decimal): -5214488 or 15232688. OLE color: 15232688.
HSL color Cylindrical-coordinate representation of color #B06EE8: hue angle of 272.46º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06EE8 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 110 | 232 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.09 |
| HSL | 272.46º | 0.73% | 0.67% | - |
| HSV(B) | 272.46º | 0.53% | 0.91% | - |
| XYZ | 38.05 | 26.21 | 79.4 | - |
| YUV | 143.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 232 | 0.24 | 0.53 | 0 | 0.09 | 272.46 | 0.73 | 0.67 |
| Hex | B0 | 6E | E8 | 18 | 35 | 0 | 9 | 110 | 49 | 43 |
| Octal | 260 | 156 | 350 | 30 | 65 | 0 | 11 | 420 | 111 | 103 |
| Binary | 10110000 | 1101110 | 11101000 | 11000 | 110101 | 0 | 1001 | 100010000 | 1001001 | 1000011 |
Color Harmonies of #B06EE8
Complementary color
Monochromatic Colors of #B06EE8
Black with #B06EE8
Text Example
Text Example
White with #B06EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EE8; }
p { color: rgb(176,110,232); }
H1.HeaderClassName
{
color: #B06EE8;
}
.AnyTagClassName
{
color: #B06EE8;
}
</style>
background-color css
<style>
a { background-color: #B06EE8; }
a { background-color: rgb(176,110,232); }
div.DivClassName
{
background-color: #B06EE8;
}
.BgClassName
{
background-color: #B06EE8;
}
</style>
border-color css
<style>
span { border-color: #B06EE8; }
span { border-color: rgb(176,110,232); }
td.TdClassName
{
border-color: #B06EE8;
}
.TagClassName
{
border-color: #B06EE8;
}
</style>