Shades of Medium Purple #B068F0
Tints of Medium Purple #B068F0
RGB
CMYK
RGB Variations
Color information
#B068F0 (or 0xB068F0) is known color: Medium Purple. HEX triplet: B0, 68 and F0. RGB value is (176,104,240). Sum of RGB (Red+Green+Blue) = 176+104+240=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #B068F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B068F0 is #4F970F. Grayscale: #8C8C8C. Windows color (decimal): -5216016 or 15755440. OLE color: 15755440.
HSL color Cylindrical-coordinate representation of color #B068F0: hue angle of 271.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B068F0 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 104 | 240 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.06 |
| HSL | 271.76º | 0.82% | 0.67% | - |
| HSV(B) | 271.76º | 0.57% | 0.94% | - |
| XYZ | 38.58 | 25.42 | 85.31 | - |
| YUV | 141.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 240 | 0.27 | 0.57 | 0 | 0.06 | 271.76 | 0.82 | 0.67 |
| Hex | B0 | 68 | F0 | 1B | 39 | 0 | 6 | 110 | 52 | 43 |
| Octal | 260 | 150 | 360 | 33 | 71 | 0 | 6 | 420 | 122 | 103 |
| Binary | 10110000 | 1101000 | 11110000 | 11011 | 111001 | 0 | 110 | 100010000 | 1010010 | 1000011 |
Color Harmonies of #B068F0
Complementary color
Monochromatic Colors of #B068F0
Black with #B068F0
Text Example
Text Example
White with #B068F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068F0; }
p { color: rgb(176,104,240); }
H1.HeaderClassName
{
color: #B068F0;
}
.AnyTagClassName
{
color: #B068F0;
}
</style>
background-color css
<style>
a { background-color: #B068F0; }
a { background-color: rgb(176,104,240); }
div.DivClassName
{
background-color: #B068F0;
}
.BgClassName
{
background-color: #B068F0;
}
</style>
border-color css
<style>
span { border-color: #B068F0; }
span { border-color: rgb(176,104,240); }
td.TdClassName
{
border-color: #B068F0;
}
.TagClassName
{
border-color: #B068F0;
}
</style>