Shades of Medium Purple #B06BFC
Tints of Medium Purple #B06BFC
RGB
CMYK
RGB Variations
Color information
#B06BFC (or 0xB06BFC) is known color: Medium Purple. HEX triplet: B0, 6B and FC. RGB value is (176,107,252). Sum of RGB (Red+Green+Blue) = 176+107+252=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #B06BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BFC is #4F9403. Grayscale: #8F8F8F. Windows color (decimal): -5215236 or 16542640. OLE color: 16542640.
HSL color Cylindrical-coordinate representation of color #B06BFC: hue angle of 268.55º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B06BFC is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 107 | 252 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.01 |
| HSL | 268.55º | 0.96% | 0.7% | - |
| HSV(B) | 268.55º | 0.58% | 0.99% | - |
| XYZ | 40.73 | 26.77 | 95.12 | - |
| YUV | 144.16 | 188.86 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 252 | 0.30 | 0.58 | 0 | 0.01 | 268.55 | 0.96 | 0.7 |
| Hex | B0 | 6B | FC | 1E | 3A | 0 | 1 | 10D | 60 | 46 |
| Octal | 260 | 153 | 374 | 36 | 72 | 0 | 1 | 415 | 140 | 106 |
| Binary | 10110000 | 1101011 | 11111100 | 11110 | 111010 | 0 | 1 | 100001101 | 1100000 | 1000110 |
Color Harmonies of #B06BFC
Complementary color
Monochromatic Colors of #B06BFC
Black with #B06BFC
Text Example
Text Example
White with #B06BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BFC; }
p { color: rgb(176,107,252); }
H1.HeaderClassName
{
color: #B06BFC;
}
.AnyTagClassName
{
color: #B06BFC;
}
</style>
background-color css
<style>
a { background-color: #B06BFC; }
a { background-color: rgb(176,107,252); }
div.DivClassName
{
background-color: #B06BFC;
}
.BgClassName
{
background-color: #B06BFC;
}
</style>
border-color css
<style>
span { border-color: #B06BFC; }
span { border-color: rgb(176,107,252); }
td.TdClassName
{
border-color: #B06BFC;
}
.TagClassName
{
border-color: #B06BFC;
}
</style>