Shades of Medium Purple #B06EFF
Tints of Medium Purple #B06EFF
RGB
CMYK
RGB Variations
Color information
#B06EFF (or 0xB06EFF) is known color: Medium Purple. HEX triplet: B0, 6E and FF. RGB value is (176,110,255). Sum of RGB (Red+Green+Blue) = 176+110+255=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #B06EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EFF is #4F9100. Grayscale: #919191. Windows color (decimal): -5214465 or 16740016. OLE color: 16740016.
HSL color Cylindrical-coordinate representation of color #B06EFF: hue angle of 267.31º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B06EFF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 110 | 255 | - |
| CMYK | 0.31 | 0.57 | 0 | 0 |
| HSL | 267.31º | 1% | 0.72% | - |
| HSV(B) | 267.31º | 0.57% | 1% | - |
| XYZ | 41.53 | 27.6 | 97.75 | - |
| YUV | 146.26 | 189.37 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 255 | 0.31 | 0.57 | 0 | 0 | 267.31 | 1 | 0.72 |
| Hex | B0 | 6E | FF | 1F | 39 | 0 | 0 | 10B | 64 | 48 |
| Octal | 260 | 156 | 377 | 37 | 71 | 0 | 0 | 413 | 144 | 110 |
| Binary | 10110000 | 1101110 | 11111111 | 11111 | 111001 | 0 | 0 | 100001011 | 1100100 | 1001000 |
Color Harmonies of #B06EFF
Complementary color
Monochromatic Colors of #B06EFF
Black with #B06EFF
Text Example
Text Example
White with #B06EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EFF; }
p { color: rgb(176,110,255); }
H1.HeaderClassName
{
color: #B06EFF;
}
.AnyTagClassName
{
color: #B06EFF;
}
</style>
background-color css
<style>
a { background-color: #B06EFF; }
a { background-color: rgb(176,110,255); }
div.DivClassName
{
background-color: #B06EFF;
}
.BgClassName
{
background-color: #B06EFF;
}
</style>
border-color css
<style>
span { border-color: #B06EFF; }
span { border-color: rgb(176,110,255); }
td.TdClassName
{
border-color: #B06EFF;
}
.TagClassName
{
border-color: #B06EFF;
}
</style>