Shades of Medium Purple #B06EF0
Tints of Medium Purple #B06EF0
RGB
CMYK
RGB Variations
Color information
#B06EF0 (or 0xB06EF0) is known color: Medium Purple. HEX triplet: B0, 6E and F0. RGB value is (176,110,240). Sum of RGB (Red+Green+Blue) = 176+110+240=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #B06EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06EF0 is #4F910F. Grayscale: #909090. Windows color (decimal): -5214480 or 15756976. OLE color: 15756976.
HSL color Cylindrical-coordinate representation of color #B06EF0: hue angle of 270.46º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B06EF0 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 110 | 240 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.06 |
| HSL | 270.46º | 0.81% | 0.69% | - |
| HSV(B) | 270.46º | 0.54% | 0.94% | - |
| XYZ | 39.21 | 26.67 | 85.52 | - |
| YUV | 144.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 240 | 0.27 | 0.54 | 0 | 0.06 | 270.46 | 0.81 | 0.69 |
| Hex | B0 | 6E | F0 | 1B | 36 | 0 | 6 | 10E | 51 | 45 |
| Octal | 260 | 156 | 360 | 33 | 66 | 0 | 6 | 416 | 121 | 105 |
| Binary | 10110000 | 1101110 | 11110000 | 11011 | 110110 | 0 | 110 | 100001110 | 1010001 | 1000101 |
Color Harmonies of #B06EF0
Complementary color
Monochromatic Colors of #B06EF0
Black with #B06EF0
Text Example
Text Example
White with #B06EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06EF0; }
p { color: rgb(176,110,240); }
H1.HeaderClassName
{
color: #B06EF0;
}
.AnyTagClassName
{
color: #B06EF0;
}
</style>
background-color css
<style>
a { background-color: #B06EF0; }
a { background-color: rgb(176,110,240); }
div.DivClassName
{
background-color: #B06EF0;
}
.BgClassName
{
background-color: #B06EF0;
}
</style>
border-color css
<style>
span { border-color: #B06EF0; }
span { border-color: rgb(176,110,240); }
td.TdClassName
{
border-color: #B06EF0;
}
.TagClassName
{
border-color: #B06EF0;
}
</style>