Shades of Medium Purple #B068F7
Tints of Medium Purple #B068F7
RGB
CMYK
RGB Variations
Color information
#B068F7 (or 0xB068F7) is known color: Medium Purple. HEX triplet: B0, 68 and F7. RGB value is (176,104,247). Sum of RGB (Red+Green+Blue) = 176+104+247=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #B068F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068F7 is #4F9708. Grayscale: #8D8D8D. Windows color (decimal): -5216009 or 16214192. OLE color: 16214192.
HSL color Cylindrical-coordinate representation of color #B068F7: hue angle of 270.21º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B068F7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 104 | 247 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.03 |
| HSL | 270.21º | 0.9% | 0.69% | - |
| HSV(B) | 270.21º | 0.58% | 0.97% | - |
| XYZ | 39.64 | 25.85 | 90.9 | - |
| YUV | 141.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 247 | 0.29 | 0.58 | 0 | 0.03 | 270.21 | 0.9 | 0.69 |
| Hex | B0 | 68 | F7 | 1D | 3A | 0 | 3 | 10E | 5A | 45 |
| Octal | 260 | 150 | 367 | 35 | 72 | 0 | 3 | 416 | 132 | 105 |
| Binary | 10110000 | 1101000 | 11110111 | 11101 | 111010 | 0 | 11 | 100001110 | 1011010 | 1000101 |
Color Harmonies of #B068F7
Complementary color
Monochromatic Colors of #B068F7
Black with #B068F7
Text Example
Text Example
White with #B068F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068F7; }
p { color: rgb(176,104,247); }
H1.HeaderClassName
{
color: #B068F7;
}
.AnyTagClassName
{
color: #B068F7;
}
</style>
background-color css
<style>
a { background-color: #B068F7; }
a { background-color: rgb(176,104,247); }
div.DivClassName
{
background-color: #B068F7;
}
.BgClassName
{
background-color: #B068F7;
}
</style>
border-color css
<style>
span { border-color: #B068F7; }
span { border-color: rgb(176,104,247); }
td.TdClassName
{
border-color: #B068F7;
}
.TagClassName
{
border-color: #B068F7;
}
</style>