Shades of Medium Purple #B05FFF
Tints of Medium Purple #B05FFF
RGB
CMYK
RGB Variations
Color information
#B05FFF (or 0xB05FFF) is known color: Medium Purple. HEX triplet: B0, 5F and FF. RGB value is (176,95,255). Sum of RGB (Red+Green+Blue) = 176+95+255=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05FFF is #4FA000. Grayscale: #888888. Windows color (decimal): -5218305 or 16736176. OLE color: 16736176.
HSL color Cylindrical-coordinate representation of color #B05FFF: hue angle of 270.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05FFF is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 95 | 255 | - |
| CMYK | 0.31 | 0.63 | 0 | 0 |
| HSL | 270.38º | 1% | 0.69% | - |
| HSV(B) | 270.38º | 0.63% | 1% | - |
| XYZ | 40.05 | 24.63 | 97.25 | - |
| YUV | 137.46 | 194.34 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 255 | 0.31 | 0.63 | 0 | 0 | 270.38 | 1 | 0.69 |
| Hex | B0 | 5F | FF | 1F | 3F | 0 | 0 | 10E | 64 | 45 |
| Octal | 260 | 137 | 377 | 37 | 77 | 0 | 0 | 416 | 144 | 105 |
| Binary | 10110000 | 1011111 | 11111111 | 11111 | 111111 | 0 | 0 | 100001110 | 1100100 | 1000101 |
Color Harmonies of #B05FFF
Complementary color
Monochromatic Colors of #B05FFF
Black with #B05FFF
Text Example
Text Example
White with #B05FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05FFF; }
p { color: rgb(176,95,255); }
H1.HeaderClassName
{
color: #B05FFF;
}
.AnyTagClassName
{
color: #B05FFF;
}
</style>
background-color css
<style>
a { background-color: #B05FFF; }
a { background-color: rgb(176,95,255); }
div.DivClassName
{
background-color: #B05FFF;
}
.BgClassName
{
background-color: #B05FFF;
}
</style>
border-color css
<style>
span { border-color: #B05FFF; }
span { border-color: rgb(176,95,255); }
td.TdClassName
{
border-color: #B05FFF;
}
.TagClassName
{
border-color: #B05FFF;
}
</style>