Shades of Medium Purple #B37DF7
Tints of Medium Purple #B37DF7
RGB
CMYK
RGB Variations
Color information
#B37DF7 (or 0xB37DF7) is known color: Medium Purple. HEX triplet: B3, 7D and F7. RGB value is (179,125,247). Sum of RGB (Red+Green+Blue) = 179+125+247=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 125 (49.22% from 255 or 22.69% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #B37DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37DF7 is #4C8208. Grayscale: #9A9A9A. Windows color (decimal): -5014025 or 16219571. OLE color: 16219571.
HSL color Cylindrical-coordinate representation of color #B37DF7: hue angle of 266.56º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37DF7 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 125 | 247 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.03 |
| HSL | 266.56º | 0.88% | 0.73% | - |
| HSV(B) | 266.56º | 0.49% | 0.97% | - |
| XYZ | 42.71 | 30.97 | 91.72 | - |
| YUV | 155.05 | 179.89 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 247 | 0.28 | 0.49 | 0 | 0.03 | 266.56 | 0.88 | 0.73 |
| Hex | B3 | 7D | F7 | 1C | 31 | 0 | 3 | 10B | 58 | 49 |
| Octal | 263 | 175 | 367 | 34 | 61 | 0 | 3 | 413 | 130 | 111 |
| Binary | 10110011 | 1111101 | 11110111 | 11100 | 110001 | 0 | 11 | 100001011 | 1011000 | 1001001 |
Color Harmonies of #B37DF7
Complementary color
Monochromatic Colors of #B37DF7
Black with #B37DF7
Text Example
Text Example
White with #B37DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DF7; }
p { color: rgb(179,125,247); }
H1.HeaderClassName
{
color: #B37DF7;
}
.AnyTagClassName
{
color: #B37DF7;
}
</style>
background-color css
<style>
a { background-color: #B37DF7; }
a { background-color: rgb(179,125,247); }
div.DivClassName
{
background-color: #B37DF7;
}
.BgClassName
{
background-color: #B37DF7;
}
</style>
border-color css
<style>
span { border-color: #B37DF7; }
span { border-color: rgb(179,125,247); }
td.TdClassName
{
border-color: #B37DF7;
}
.TagClassName
{
border-color: #B37DF7;
}
</style>