Shades of Medium Purple #B06BFE
Tints of Medium Purple #B06BFE
RGB
CMYK
RGB Variations
Color information
#B06BFE (or 0xB06BFE) is known color: Medium Purple. HEX triplet: B0, 6B and FE. RGB value is (176,107,254). Sum of RGB (Red+Green+Blue) = 176+107+254=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 107 (42.19% from 255 or 19.93% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B06BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BFE is #4F9401. Grayscale: #8F8F8F. Windows color (decimal): -5215234 or 16673712. OLE color: 16673712.
HSL color Cylindrical-coordinate representation of color #B06BFE: hue angle of 268.16º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06BFE is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 107 | 254 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.00 |
| HSL | 268.16º | 0.99% | 0.71% | - |
| HSV(B) | 268.16º | 0.58% | 1% | - |
| XYZ | 41.05 | 26.9 | 96.79 | - |
| YUV | 144.39 | 189.86 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 254 | 0.31 | 0.58 | 0 | 0.00 | 268.16 | 0.99 | 0.71 |
| Hex | B0 | 6B | FE | 1F | 3A | 0 | 0 | 10C | 63 | 47 |
| Octal | 260 | 153 | 376 | 37 | 72 | 0 | 0 | 414 | 143 | 107 |
| Binary | 10110000 | 1101011 | 11111110 | 11111 | 111010 | 0 | 0 | 100001100 | 1100011 | 1000111 |
Color Harmonies of #B06BFE
Complementary color
Monochromatic Colors of #B06BFE
Black with #B06BFE
Text Example
Text Example
White with #B06BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BFE; }
p { color: rgb(176,107,254); }
H1.HeaderClassName
{
color: #B06BFE;
}
.AnyTagClassName
{
color: #B06BFE;
}
</style>
background-color css
<style>
a { background-color: #B06BFE; }
a { background-color: rgb(176,107,254); }
div.DivClassName
{
background-color: #B06BFE;
}
.BgClassName
{
background-color: #B06BFE;
}
</style>
border-color css
<style>
span { border-color: #B06BFE; }
span { border-color: rgb(176,107,254); }
td.TdClassName
{
border-color: #B06BFE;
}
.TagClassName
{
border-color: #B06BFE;
}
</style>