Shades of Medium Purple #B07DFB
Tints of Medium Purple #B07DFB
RGB
CMYK
RGB Variations
Color information
#B07DFB (or 0xB07DFB) is known color: Medium Purple. HEX triplet: B0, 7D and FB. RGB value is (176,125,251). Sum of RGB (Red+Green+Blue) = 176+125+251=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #B07DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DFB is #4F8204. Grayscale: #9A9A9A. Windows color (decimal): -5210629 or 16481712. OLE color: 16481712.
HSL color Cylindrical-coordinate representation of color #B07DFB: hue angle of 264.29º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07DFB is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 125 | 251 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.02 |
| HSL | 264.29º | 0.94% | 0.74% | - |
| HSV(B) | 264.29º | 0.5% | 0.98% | - |
| XYZ | 42.65 | 30.86 | 94.98 | - |
| YUV | 154.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 251 | 0.30 | 0.50 | 0 | 0.02 | 264.29 | 0.94 | 0.74 |
| Hex | B0 | 7D | FB | 1E | 32 | 0 | 2 | 108 | 5E | 4A |
| Octal | 260 | 175 | 373 | 36 | 62 | 0 | 2 | 410 | 136 | 112 |
| Binary | 10110000 | 1111101 | 11111011 | 11110 | 110010 | 0 | 10 | 100001000 | 1011110 | 1001010 |
Color Harmonies of #B07DFB
Complementary color
Monochromatic Colors of #B07DFB
Black with #B07DFB
Text Example
Text Example
White with #B07DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DFB; }
p { color: rgb(176,125,251); }
H1.HeaderClassName
{
color: #B07DFB;
}
.AnyTagClassName
{
color: #B07DFB;
}
</style>
background-color css
<style>
a { background-color: #B07DFB; }
a { background-color: rgb(176,125,251); }
div.DivClassName
{
background-color: #B07DFB;
}
.BgClassName
{
background-color: #B07DFB;
}
</style>
border-color css
<style>
span { border-color: #B07DFB; }
span { border-color: rgb(176,125,251); }
td.TdClassName
{
border-color: #B07DFB;
}
.TagClassName
{
border-color: #B07DFB;
}
</style>