Shades of Medium Purple #B37BEE
Tints of Medium Purple #B37BEE
RGB
CMYK
RGB Variations
Color information
#B37BEE (or 0xB37BEE) is known color: Medium Purple. HEX triplet: B3, 7B and EE. RGB value is (179,123,238). Sum of RGB (Red+Green+Blue) = 179+123+238=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #B37BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BEE is #4C8411. Grayscale: #989898. Windows color (decimal): -5014546 or 15629235. OLE color: 15629235.
HSL color Cylindrical-coordinate representation of color #B37BEE: hue angle of 269.22º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B37BEE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 123 | 238 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.07 |
| HSL | 269.22º | 0.77% | 0.71% | - |
| HSV(B) | 269.22º | 0.48% | 0.93% | - |
| XYZ | 41.11 | 29.92 | 84.5 | - |
| YUV | 152.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 238 | 0.25 | 0.48 | 0 | 0.07 | 269.22 | 0.77 | 0.71 |
| Hex | B3 | 7B | EE | 19 | 30 | 0 | 7 | 10D | 4D | 47 |
| Octal | 263 | 173 | 356 | 31 | 60 | 0 | 7 | 415 | 115 | 107 |
| Binary | 10110011 | 1111011 | 11101110 | 11001 | 110000 | 0 | 111 | 100001101 | 1001101 | 1000111 |
Color Harmonies of #B37BEE
Complementary color
Monochromatic Colors of #B37BEE
Black with #B37BEE
Text Example
Text Example
White with #B37BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BEE; }
p { color: rgb(179,123,238); }
H1.HeaderClassName
{
color: #B37BEE;
}
.AnyTagClassName
{
color: #B37BEE;
}
</style>
background-color css
<style>
a { background-color: #B37BEE; }
a { background-color: rgb(179,123,238); }
div.DivClassName
{
background-color: #B37BEE;
}
.BgClassName
{
background-color: #B37BEE;
}
</style>
border-color css
<style>
span { border-color: #B37BEE; }
span { border-color: rgb(179,123,238); }
td.TdClassName
{
border-color: #B37BEE;
}
.TagClassName
{
border-color: #B37BEE;
}
</style>