Shades of Medium Purple #B37BEA
Tints of Medium Purple #B37BEA
RGB
CMYK
RGB Variations
Color information
#B37BEA (or 0xB37BEA) is known color: Medium Purple. HEX triplet: B3, 7B and EA. RGB value is (179,123,234). Sum of RGB (Red+Green+Blue) = 179+123+234=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #B37BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BEA is #4C8415. Grayscale: #989898. Windows color (decimal): -5014550 or 15367091. OLE color: 15367091.
HSL color Cylindrical-coordinate representation of color #B37BEA: hue angle of 270.27º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B37BEA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 123 | 234 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.08 |
| HSL | 270.27º | 0.73% | 0.7% | - |
| HSV(B) | 270.27º | 0.47% | 0.92% | - |
| XYZ | 40.52 | 29.69 | 81.44 | - |
| YUV | 152.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 234 | 0.24 | 0.47 | 0 | 0.08 | 270.27 | 0.73 | 0.7 |
| Hex | B3 | 7B | EA | 18 | 2F | 0 | 8 | 10E | 49 | 46 |
| Octal | 263 | 173 | 352 | 30 | 57 | 0 | 10 | 416 | 111 | 106 |
| Binary | 10110011 | 1111011 | 11101010 | 11000 | 101111 | 0 | 1000 | 100001110 | 1001001 | 1000110 |
Color Harmonies of #B37BEA
Complementary color
Monochromatic Colors of #B37BEA
Black with #B37BEA
Text Example
Text Example
White with #B37BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BEA; }
p { color: rgb(179,123,234); }
H1.HeaderClassName
{
color: #B37BEA;
}
.AnyTagClassName
{
color: #B37BEA;
}
</style>
background-color css
<style>
a { background-color: #B37BEA; }
a { background-color: rgb(179,123,234); }
div.DivClassName
{
background-color: #B37BEA;
}
.BgClassName
{
background-color: #B37BEA;
}
</style>
border-color css
<style>
span { border-color: #B37BEA; }
span { border-color: rgb(179,123,234); }
td.TdClassName
{
border-color: #B37BEA;
}
.TagClassName
{
border-color: #B37BEA;
}
</style>