Shades of Medium Purple #B07FFF
Tints of Medium Purple #B07FFF
RGB
CMYK
RGB Variations
Color information
#B07FFF (or 0xB07FFF) is known color: Medium Purple. HEX triplet: B0, 7F and FF. RGB value is (176,127,255). Sum of RGB (Red+Green+Blue) = 176+127+255=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FFF is #4F8000. Grayscale: #9B9B9B. Windows color (decimal): -5210113 or 16744368. OLE color: 16744368.
HSL color Cylindrical-coordinate representation of color #B07FFF: hue angle of 262.97º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07FFF is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 127 | 255 | - |
| CMYK | 0.31 | 0.50 | 0 | 0 |
| HSL | 262.97º | 1% | 0.75% | - |
| HSV(B) | 262.97º | 0.5% | 1% | - |
| XYZ | 43.54 | 31.63 | 98.42 | - |
| YUV | 156.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 255 | 0.31 | 0.50 | 0 | 0 | 262.97 | 1 | 0.75 |
| Hex | B0 | 7F | FF | 1F | 32 | 0 | 0 | 107 | 64 | 4B |
| Octal | 260 | 177 | 377 | 37 | 62 | 0 | 0 | 407 | 144 | 113 |
| Binary | 10110000 | 1111111 | 11111111 | 11111 | 110010 | 0 | 0 | 100000111 | 1100100 | 1001011 |
Color Harmonies of #B07FFF
Complementary color
Monochromatic Colors of #B07FFF
Black with #B07FFF
Text Example
Text Example
White with #B07FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FFF; }
p { color: rgb(176,127,255); }
H1.HeaderClassName
{
color: #B07FFF;
}
.AnyTagClassName
{
color: #B07FFF;
}
</style>
background-color css
<style>
a { background-color: #B07FFF; }
a { background-color: rgb(176,127,255); }
div.DivClassName
{
background-color: #B07FFF;
}
.BgClassName
{
background-color: #B07FFF;
}
</style>
border-color css
<style>
span { border-color: #B07FFF; }
span { border-color: rgb(176,127,255); }
td.TdClassName
{
border-color: #B07FFF;
}
.TagClassName
{
border-color: #B07FFF;
}
</style>