Shades of Medium Purple #B37DF8
Tints of Medium Purple #B37DF8
RGB
CMYK
RGB Variations
Color information
#B37DF8 (or 0xB37DF8) is known color: Medium Purple. HEX triplet: B3, 7D and F8. RGB value is (179,125,248). Sum of RGB (Red+Green+Blue) = 179+125+248=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #B37DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37DF8 is #4C8207. Grayscale: #9A9A9A. Windows color (decimal): -5014024 or 16285107. OLE color: 16285107.
HSL color Cylindrical-coordinate representation of color #B37DF8: hue angle of 266.34º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37DF8 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 125 | 248 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.03 |
| HSL | 266.34º | 0.9% | 0.73% | - |
| HSV(B) | 266.34º | 0.5% | 0.97% | - |
| XYZ | 42.87 | 31.03 | 92.54 | - |
| YUV | 155.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 248 | 0.28 | 0.50 | 0 | 0.03 | 266.34 | 0.9 | 0.73 |
| Hex | B3 | 7D | F8 | 1C | 32 | 0 | 3 | 10A | 5A | 49 |
| Octal | 263 | 175 | 370 | 34 | 62 | 0 | 3 | 412 | 132 | 111 |
| Binary | 10110011 | 1111101 | 11111000 | 11100 | 110010 | 0 | 11 | 100001010 | 1011010 | 1001001 |
Color Harmonies of #B37DF8
Complementary color
Monochromatic Colors of #B37DF8
Black with #B37DF8
Text Example
Text Example
White with #B37DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DF8; }
p { color: rgb(179,125,248); }
H1.HeaderClassName
{
color: #B37DF8;
}
.AnyTagClassName
{
color: #B37DF8;
}
</style>
background-color css
<style>
a { background-color: #B37DF8; }
a { background-color: rgb(179,125,248); }
div.DivClassName
{
background-color: #B37DF8;
}
.BgClassName
{
background-color: #B37DF8;
}
</style>
border-color css
<style>
span { border-color: #B37DF8; }
span { border-color: rgb(179,125,248); }
td.TdClassName
{
border-color: #B37DF8;
}
.TagClassName
{
border-color: #B37DF8;
}
</style>