Shades of Medium Purple #B068F4
Tints of Medium Purple #B068F4
RGB
CMYK
RGB Variations
Color information
#B068F4 (or 0xB068F4) is known color: Medium Purple. HEX triplet: B0, 68 and F4. RGB value is (176,104,244). Sum of RGB (Red+Green+Blue) = 176+104+244=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #B068F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068F4 is #4F970B. Grayscale: #8D8D8D. Windows color (decimal): -5216012 or 16017584. OLE color: 16017584.
HSL color Cylindrical-coordinate representation of color #B068F4: hue angle of 270.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B068F4 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 104 | 244 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.04 |
| HSL | 270.86º | 0.86% | 0.68% | - |
| HSV(B) | 270.86º | 0.57% | 0.96% | - |
| XYZ | 39.18 | 25.66 | 88.48 | - |
| YUV | 141.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 244 | 0.28 | 0.57 | 0 | 0.04 | 270.86 | 0.86 | 0.68 |
| Hex | B0 | 68 | F4 | 1C | 39 | 0 | 4 | 10F | 56 | 44 |
| Octal | 260 | 150 | 364 | 34 | 71 | 0 | 4 | 417 | 126 | 104 |
| Binary | 10110000 | 1101000 | 11110100 | 11100 | 111001 | 0 | 100 | 100001111 | 1010110 | 1000100 |
Color Harmonies of #B068F4
Complementary color
Monochromatic Colors of #B068F4
Black with #B068F4
Text Example
Text Example
White with #B068F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068F4; }
p { color: rgb(176,104,244); }
H1.HeaderClassName
{
color: #B068F4;
}
.AnyTagClassName
{
color: #B068F4;
}
</style>
background-color css
<style>
a { background-color: #B068F4; }
a { background-color: rgb(176,104,244); }
div.DivClassName
{
background-color: #B068F4;
}
.BgClassName
{
background-color: #B068F4;
}
</style>
border-color css
<style>
span { border-color: #B068F4; }
span { border-color: rgb(176,104,244); }
td.TdClassName
{
border-color: #B068F4;
}
.TagClassName
{
border-color: #B068F4;
}
</style>