Shades of Medium Purple #B37DF0
Tints of Medium Purple #B37DF0
RGB
CMYK
RGB Variations
Color information
#B37DF0 (or 0xB37DF0) is known color: Medium Purple. HEX triplet: B3, 7D and F0. RGB value is (179,125,240). Sum of RGB (Red+Green+Blue) = 179+125+240=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #B37DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37DF0 is #4C820F. Grayscale: #999999. Windows color (decimal): -5014032 or 15760819. OLE color: 15760819.
HSL color Cylindrical-coordinate representation of color #B37DF0: hue angle of 268.17º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37DF0 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 125 | 240 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.06 |
| HSL | 268.17º | 0.79% | 0.72% | - |
| HSV(B) | 268.17º | 0.48% | 0.94% | - |
| XYZ | 41.65 | 30.54 | 86.14 | - |
| YUV | 154.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 240 | 0.25 | 0.48 | 0 | 0.06 | 268.17 | 0.79 | 0.72 |
| Hex | B3 | 7D | F0 | 19 | 30 | 0 | 6 | 10C | 4F | 48 |
| Octal | 263 | 175 | 360 | 31 | 60 | 0 | 6 | 414 | 117 | 110 |
| Binary | 10110011 | 1111101 | 11110000 | 11001 | 110000 | 0 | 110 | 100001100 | 1001111 | 1001000 |
Color Harmonies of #B37DF0
Complementary color
Monochromatic Colors of #B37DF0
Black with #B37DF0
Text Example
Text Example
White with #B37DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DF0; }
p { color: rgb(179,125,240); }
H1.HeaderClassName
{
color: #B37DF0;
}
.AnyTagClassName
{
color: #B37DF0;
}
</style>
background-color css
<style>
a { background-color: #B37DF0; }
a { background-color: rgb(179,125,240); }
div.DivClassName
{
background-color: #B37DF0;
}
.BgClassName
{
background-color: #B37DF0;
}
</style>
border-color css
<style>
span { border-color: #B37DF0; }
span { border-color: rgb(179,125,240); }
td.TdClassName
{
border-color: #B37DF0;
}
.TagClassName
{
border-color: #B37DF0;
}
</style>