Shades of Medium Purple #B07DFF
Tints of Medium Purple #B07DFF
RGB
CMYK
RGB Variations
Color information
#B07DFF (or 0xB07DFF) is known color: Medium Purple. HEX triplet: B0, 7D and FF. RGB value is (176,125,255). Sum of RGB (Red+Green+Blue) = 176+125+255=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DFF is #4F8200. Grayscale: #9A9A9A. Windows color (decimal): -5210625 or 16743856. OLE color: 16743856.
HSL color Cylindrical-coordinate representation of color #B07DFF: hue angle of 263.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B07DFF is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 125 | 255 | - |
| CMYK | 0.31 | 0.51 | 0 | 0 |
| HSL | 263.54º | 1% | 0.75% | - |
| HSV(B) | 263.54º | 0.51% | 1% | - |
| XYZ | 43.29 | 31.12 | 98.33 | - |
| YUV | 155.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 255 | 0.31 | 0.51 | 0 | 0 | 263.54 | 1 | 0.75 |
| Hex | B0 | 7D | FF | 1F | 33 | 0 | 0 | 108 | 64 | 4B |
| Octal | 260 | 175 | 377 | 37 | 63 | 0 | 0 | 410 | 144 | 113 |
| Binary | 10110000 | 1111101 | 11111111 | 11111 | 110011 | 0 | 0 | 100001000 | 1100100 | 1001011 |
Color Harmonies of #B07DFF
Complementary color
Monochromatic Colors of #B07DFF
Black with #B07DFF
Text Example
Text Example
White with #B07DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DFF; }
p { color: rgb(176,125,255); }
H1.HeaderClassName
{
color: #B07DFF;
}
.AnyTagClassName
{
color: #B07DFF;
}
</style>
background-color css
<style>
a { background-color: #B07DFF; }
a { background-color: rgb(176,125,255); }
div.DivClassName
{
background-color: #B07DFF;
}
.BgClassName
{
background-color: #B07DFF;
}
</style>
border-color css
<style>
span { border-color: #B07DFF; }
span { border-color: rgb(176,125,255); }
td.TdClassName
{
border-color: #B07DFF;
}
.TagClassName
{
border-color: #B07DFF;
}
</style>