Shades of Medium Purple #B06FFE
Tints of Medium Purple #B06FFE
RGB
CMYK
RGB Variations
Color information
#B06FFE (or 0xB06FFE) is known color: Medium Purple. HEX triplet: B0, 6F and FE. RGB value is (176,111,254). Sum of RGB (Red+Green+Blue) = 176+111+254=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #B06FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FFE is #4F9001. Grayscale: #929292. Windows color (decimal): -5214210 or 16674736. OLE color: 16674736.
HSL color Cylindrical-coordinate representation of color #B06FFE: hue angle of 267.27º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06FFE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 111 | 254 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.00 |
| HSL | 267.27º | 0.99% | 0.72% | - |
| HSV(B) | 267.27º | 0.56% | 1% | - |
| XYZ | 41.48 | 27.75 | 96.94 | - |
| YUV | 146.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 254 | 0.31 | 0.56 | 0 | 0.00 | 267.27 | 0.99 | 0.72 |
| Hex | B0 | 6F | FE | 1F | 38 | 0 | 0 | 10B | 63 | 48 |
| Octal | 260 | 157 | 376 | 37 | 70 | 0 | 0 | 413 | 143 | 110 |
| Binary | 10110000 | 1101111 | 11111110 | 11111 | 111000 | 0 | 0 | 100001011 | 1100011 | 1001000 |
Color Harmonies of #B06FFE
Complementary color
Monochromatic Colors of #B06FFE
Black with #B06FFE
Text Example
Text Example
White with #B06FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FFE; }
p { color: rgb(176,111,254); }
H1.HeaderClassName
{
color: #B06FFE;
}
.AnyTagClassName
{
color: #B06FFE;
}
</style>
background-color css
<style>
a { background-color: #B06FFE; }
a { background-color: rgb(176,111,254); }
div.DivClassName
{
background-color: #B06FFE;
}
.BgClassName
{
background-color: #B06FFE;
}
</style>
border-color css
<style>
span { border-color: #B06FFE; }
span { border-color: rgb(176,111,254); }
td.TdClassName
{
border-color: #B06FFE;
}
.TagClassName
{
border-color: #B06FFE;
}
</style>