Shades of Medium Purple #B068FA
Tints of Medium Purple #B068FA
RGB
CMYK
RGB Variations
Color information
#B068FA (or 0xB068FA) is known color: Medium Purple. HEX triplet: B0, 68 and FA. RGB value is (176,104,250). Sum of RGB (Red+Green+Blue) = 176+104+250=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B068FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068FA is #4F9705. Grayscale: #8D8D8D. Windows color (decimal): -5216006 or 16410800. OLE color: 16410800.
HSL color Cylindrical-coordinate representation of color #B068FA: hue angle of 269.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B068FA is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 104 | 250 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.02 |
| HSL | 269.59º | 0.94% | 0.69% | - |
| HSV(B) | 269.59º | 0.58% | 0.98% | - |
| XYZ | 40.11 | 26.03 | 93.35 | - |
| YUV | 142.17 | 188.85 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 250 | 0.30 | 0.58 | 0 | 0.02 | 269.59 | 0.94 | 0.69 |
| Hex | B0 | 68 | FA | 1E | 3A | 0 | 2 | 10E | 5E | 45 |
| Octal | 260 | 150 | 372 | 36 | 72 | 0 | 2 | 416 | 136 | 105 |
| Binary | 10110000 | 1101000 | 11111010 | 11110 | 111010 | 0 | 10 | 100001110 | 1011110 | 1000101 |
Color Harmonies of #B068FA
Complementary color
Monochromatic Colors of #B068FA
Black with #B068FA
Text Example
Text Example
White with #B068FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068FA; }
p { color: rgb(176,104,250); }
H1.HeaderClassName
{
color: #B068FA;
}
.AnyTagClassName
{
color: #B068FA;
}
</style>
background-color css
<style>
a { background-color: #B068FA; }
a { background-color: rgb(176,104,250); }
div.DivClassName
{
background-color: #B068FA;
}
.BgClassName
{
background-color: #B068FA;
}
</style>
border-color css
<style>
span { border-color: #B068FA; }
span { border-color: rgb(176,104,250); }
td.TdClassName
{
border-color: #B068FA;
}
.TagClassName
{
border-color: #B068FA;
}
</style>