Shades of Medium Purple #B06EE9
Tints of Medium Purple #B06EE9
RGB
CMYK
RGB Variations
Color information
#B06EE9 (or 0xB06EE9) is known color: Medium Purple. HEX triplet: B0, 6E and E9. RGB value is (176,110,233). Sum of RGB (Red+Green+Blue) = 176+110+233=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 233 (91.41% from 255 or 44.89% from 519); Max value from RGB is 233 - color contains mainly: blue. Hex color #B06EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EE9 is #4F9116. Grayscale: #8F8F8F. Windows color (decimal): -5214487 or 15298224. OLE color: 15298224.
HSL color Cylindrical-coordinate representation of color #B06EE9: hue angle of 272.2º degrees, saturation: 0.74, 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 #B06EE9 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 110 | 233 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.09 |
| HSL | 272.2º | 0.74% | 0.67% | - |
| HSV(B) | 272.2º | 0.53% | 0.91% | - |
| XYZ | 38.19 | 26.27 | 80.15 | - |
| YUV | 143.76 | 178.37 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 233 | 0.24 | 0.53 | 0 | 0.09 | 272.2 | 0.74 | 0.67 |
| Hex | B0 | 6E | E9 | 18 | 35 | 0 | 9 | 110 | 4A | 43 |
| Octal | 260 | 156 | 351 | 30 | 65 | 0 | 11 | 420 | 112 | 103 |
| Binary | 10110000 | 1101110 | 11101001 | 11000 | 110101 | 0 | 1001 | 100010000 | 1001010 | 1000011 |
Color Harmonies of #B06EE9
Complementary color
Monochromatic Colors of #B06EE9
Black with #B06EE9
Text Example
Text Example
White with #B06EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EE9; }
p { color: rgb(176,110,233); }
H1.HeaderClassName
{
color: #B06EE9;
}
.AnyTagClassName
{
color: #B06EE9;
}
</style>
background-color css
<style>
a { background-color: #B06EE9; }
a { background-color: rgb(176,110,233); }
div.DivClassName
{
background-color: #B06EE9;
}
.BgClassName
{
background-color: #B06EE9;
}
</style>
border-color css
<style>
span { border-color: #B06EE9; }
span { border-color: rgb(176,110,233); }
td.TdClassName
{
border-color: #B06EE9;
}
.TagClassName
{
border-color: #B06EE9;
}
</style>