Shades of Medium Purple #B07CFA
Tints of Medium Purple #B07CFA
RGB
CMYK
RGB Variations
Color information
#B07CFA (or 0xB07CFA) is known color: Medium Purple. HEX triplet: B0, 7C and FA. RGB value is (176,124,250). Sum of RGB (Red+Green+Blue) = 176+124+250=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #B07CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFA is #4F8305. Grayscale: #999999. Windows color (decimal): -5210886 or 16415920. OLE color: 16415920.
HSL color Cylindrical-coordinate representation of color #B07CFA: hue angle of 264.76º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07CFA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 124 | 250 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.02 |
| HSL | 264.76º | 0.93% | 0.73% | - |
| HSV(B) | 264.76º | 0.5% | 0.98% | - |
| XYZ | 42.37 | 30.55 | 94.11 | - |
| YUV | 153.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 250 | 0.30 | 0.50 | 0 | 0.02 | 264.76 | 0.93 | 0.73 |
| Hex | B0 | 7C | FA | 1E | 32 | 0 | 2 | 109 | 5D | 49 |
| Octal | 260 | 174 | 372 | 36 | 62 | 0 | 2 | 411 | 135 | 111 |
| Binary | 10110000 | 1111100 | 11111010 | 11110 | 110010 | 0 | 10 | 100001001 | 1011101 | 1001001 |
Color Harmonies of #B07CFA
Complementary color
Monochromatic Colors of #B07CFA
Black with #B07CFA
Text Example
Text Example
White with #B07CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CFA; }
p { color: rgb(176,124,250); }
H1.HeaderClassName
{
color: #B07CFA;
}
.AnyTagClassName
{
color: #B07CFA;
}
</style>
background-color css
<style>
a { background-color: #B07CFA; }
a { background-color: rgb(176,124,250); }
div.DivClassName
{
background-color: #B07CFA;
}
.BgClassName
{
background-color: #B07CFA;
}
</style>
border-color css
<style>
span { border-color: #B07CFA; }
span { border-color: rgb(176,124,250); }
td.TdClassName
{
border-color: #B07CFA;
}
.TagClassName
{
border-color: #B07CFA;
}
</style>