Shades of Medium Purple #B37BEF
Tints of Medium Purple #B37BEF
RGB
CMYK
RGB Variations
Color information
#B37BEF (or 0xB37BEF) is known color: Medium Purple. HEX triplet: B3, 7B and EF. RGB value is (179,123,239). Sum of RGB (Red+Green+Blue) = 179+123+239=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #B37BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BEF is #4C8410. Grayscale: #989898. Windows color (decimal): -5014545 or 15694771. OLE color: 15694771.
HSL color Cylindrical-coordinate representation of color #B37BEF: hue angle of 268.97º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37BEF is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 123 | 239 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.06 |
| HSL | 268.97º | 0.78% | 0.71% | - |
| HSV(B) | 268.97º | 0.49% | 0.94% | - |
| XYZ | 41.25 | 29.98 | 85.27 | - |
| YUV | 152.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 239 | 0.25 | 0.49 | 0 | 0.06 | 268.97 | 0.78 | 0.71 |
| Hex | B3 | 7B | EF | 19 | 31 | 0 | 6 | 10D | 4E | 47 |
| Octal | 263 | 173 | 357 | 31 | 61 | 0 | 6 | 415 | 116 | 107 |
| Binary | 10110011 | 1111011 | 11101111 | 11001 | 110001 | 0 | 110 | 100001101 | 1001110 | 1000111 |
Color Harmonies of #B37BEF
Complementary color
Monochromatic Colors of #B37BEF
Black with #B37BEF
Text Example
Text Example
White with #B37BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BEF; }
p { color: rgb(179,123,239); }
H1.HeaderClassName
{
color: #B37BEF;
}
.AnyTagClassName
{
color: #B37BEF;
}
</style>
background-color css
<style>
a { background-color: #B37BEF; }
a { background-color: rgb(179,123,239); }
div.DivClassName
{
background-color: #B37BEF;
}
.BgClassName
{
background-color: #B37BEF;
}
</style>
border-color css
<style>
span { border-color: #B37BEF; }
span { border-color: rgb(179,123,239); }
td.TdClassName
{
border-color: #B37BEF;
}
.TagClassName
{
border-color: #B37BEF;
}
</style>