Shades of Medium Purple #B37BE9
Tints of Medium Purple #B37BE9
RGB
CMYK
RGB Variations
Color information
#B37BE9 (or 0xB37BE9) is known color: Medium Purple. HEX triplet: B3, 7B and E9. RGB value is (179,123,233). Sum of RGB (Red+Green+Blue) = 179+123+233=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #B37BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BE9 is #4C8416. Grayscale: #979797. Windows color (decimal): -5014551 or 15301555. OLE color: 15301555.
HSL color Cylindrical-coordinate representation of color #B37BE9: hue angle of 270.55º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37BE9 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 123 | 233 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.09 |
| HSL | 270.55º | 0.71% | 0.7% | - |
| HSV(B) | 270.55º | 0.47% | 0.91% | - |
| XYZ | 40.38 | 29.63 | 80.68 | - |
| YUV | 152.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 233 | 0.23 | 0.47 | 0 | 0.09 | 270.55 | 0.71 | 0.7 |
| Hex | B3 | 7B | E9 | 17 | 2F | 0 | 9 | 10F | 47 | 46 |
| Octal | 263 | 173 | 351 | 27 | 57 | 0 | 11 | 417 | 107 | 106 |
| Binary | 10110011 | 1111011 | 11101001 | 10111 | 101111 | 0 | 1001 | 100001111 | 1000111 | 1000110 |
Color Harmonies of #B37BE9
Complementary color
Monochromatic Colors of #B37BE9
Black with #B37BE9
Text Example
Text Example
White with #B37BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BE9; }
p { color: rgb(179,123,233); }
H1.HeaderClassName
{
color: #B37BE9;
}
.AnyTagClassName
{
color: #B37BE9;
}
</style>
background-color css
<style>
a { background-color: #B37BE9; }
a { background-color: rgb(179,123,233); }
div.DivClassName
{
background-color: #B37BE9;
}
.BgClassName
{
background-color: #B37BE9;
}
</style>
border-color css
<style>
span { border-color: #B37BE9; }
span { border-color: rgb(179,123,233); }
td.TdClassName
{
border-color: #B37BE9;
}
.TagClassName
{
border-color: #B37BE9;
}
</style>