Shades of Medium Purple #B060FF
Tints of Medium Purple #B060FF
RGB
CMYK
RGB Variations
Color information
#B060FF (or 0xB060FF) is known color: Medium Purple. HEX triplet: B0, 60 and FF. RGB value is (176,96,255). Sum of RGB (Red+Green+Blue) = 176+96+255=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B060FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B060FF is #4F9F00. Grayscale: #898989. Windows color (decimal): -5218049 or 16736432. OLE color: 16736432.
HSL color Cylindrical-coordinate representation of color #B060FF: hue angle of 270.19º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B060FF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 96 | 255 | - |
| CMYK | 0.31 | 0.62 | 0 | 0 |
| HSL | 270.19º | 1% | 0.69% | - |
| HSV(B) | 270.19º | 0.62% | 1% | - |
| XYZ | 40.14 | 24.82 | 97.28 | - |
| YUV | 138.05 | 194 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 255 | 0.31 | 0.62 | 0 | 0 | 270.19 | 1 | 0.69 |
| Hex | B0 | 60 | FF | 1F | 3E | 0 | 0 | 10E | 64 | 45 |
| Octal | 260 | 140 | 377 | 37 | 76 | 0 | 0 | 416 | 144 | 105 |
| Binary | 10110000 | 1100000 | 11111111 | 11111 | 111110 | 0 | 0 | 100001110 | 1100100 | 1000101 |
Color Harmonies of #B060FF
Complementary color
Monochromatic Colors of #B060FF
Black with #B060FF
Text Example
Text Example
White with #B060FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B060FF; }
p { color: rgb(176,96,255); }
H1.HeaderClassName
{
color: #B060FF;
}
.AnyTagClassName
{
color: #B060FF;
}
</style>
background-color css
<style>
a { background-color: #B060FF; }
a { background-color: rgb(176,96,255); }
div.DivClassName
{
background-color: #B060FF;
}
.BgClassName
{
background-color: #B060FF;
}
</style>
border-color css
<style>
span { border-color: #B060FF; }
span { border-color: rgb(176,96,255); }
td.TdClassName
{
border-color: #B060FF;
}
.TagClassName
{
border-color: #B060FF;
}
</style>