Shades of Medium Purple #B07CF7
Tints of Medium Purple #B07CF7
RGB
CMYK
RGB Variations
Color information
#B07CF7 (or 0xB07CF7) is known color: Medium Purple. HEX triplet: B0, 7C and F7. RGB value is (176,124,247). Sum of RGB (Red+Green+Blue) = 176+124+247=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 247 (96.88% from 255 or 45.16% from 547); Max value from RGB is 247 - color contains mainly: blue. Hex color #B07CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CF7 is #4F8308. Grayscale: #999999. Windows color (decimal): -5210889 or 16219312. OLE color: 16219312.
HSL color Cylindrical-coordinate representation of color #B07CF7: hue angle of 265.37º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07CF7 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 124 | 247 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.03 |
| HSL | 265.37º | 0.88% | 0.73% | - |
| HSV(B) | 265.37º | 0.5% | 0.97% | - |
| XYZ | 41.9 | 30.36 | 91.65 | - |
| YUV | 153.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 247 | 0.29 | 0.50 | 0 | 0.03 | 265.37 | 0.88 | 0.73 |
| Hex | B0 | 7C | F7 | 1D | 32 | 0 | 3 | 109 | 58 | 49 |
| Octal | 260 | 174 | 367 | 35 | 62 | 0 | 3 | 411 | 130 | 111 |
| Binary | 10110000 | 1111100 | 11110111 | 11101 | 110010 | 0 | 11 | 100001001 | 1011000 | 1001001 |
Color Harmonies of #B07CF7
Complementary color
Monochromatic Colors of #B07CF7
Black with #B07CF7
Text Example
Text Example
White with #B07CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CF7; }
p { color: rgb(176,124,247); }
H1.HeaderClassName
{
color: #B07CF7;
}
.AnyTagClassName
{
color: #B07CF7;
}
</style>
background-color css
<style>
a { background-color: #B07CF7; }
a { background-color: rgb(176,124,247); }
div.DivClassName
{
background-color: #B07CF7;
}
.BgClassName
{
background-color: #B07CF7;
}
</style>
border-color css
<style>
span { border-color: #B07CF7; }
span { border-color: rgb(176,124,247); }
td.TdClassName
{
border-color: #B07CF7;
}
.TagClassName
{
border-color: #B07CF7;
}
</style>