Shades of Medium Purple #B57BEE
Tints of Medium Purple #B57BEE
RGB
CMYK
RGB Variations
Color information
#B57BEE (or 0xB57BEE) is known color: Medium Purple. HEX triplet: B5, 7B and EE. RGB value is (181,123,238). Sum of RGB (Red+Green+Blue) = 181+123+238=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #B57BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BEE is #4A8411. Grayscale: #999999. Windows color (decimal): -4883474 or 15629237. OLE color: 15629237.
HSL color Cylindrical-coordinate representation of color #B57BEE: hue angle of 270.26º 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 #B57BEE is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 123 | 238 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.07 |
| HSL | 270.26º | 0.77% | 0.71% | - |
| HSV(B) | 270.26º | 0.48% | 0.93% | - |
| XYZ | 41.57 | 30.16 | 84.52 | - |
| YUV | 153.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 238 | 0.24 | 0.48 | 0 | 0.07 | 270.26 | 0.77 | 0.71 |
| Hex | B5 | 7B | EE | 18 | 30 | 0 | 7 | 10E | 4D | 47 |
| Octal | 265 | 173 | 356 | 30 | 60 | 0 | 7 | 416 | 115 | 107 |
| Binary | 10110101 | 1111011 | 11101110 | 11000 | 110000 | 0 | 111 | 100001110 | 1001101 | 1000111 |
Color Harmonies of #B57BEE
Complementary color
Monochromatic Colors of #B57BEE
Black with #B57BEE
Text Example
Text Example
White with #B57BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BEE; }
p { color: rgb(181,123,238); }
H1.HeaderClassName
{
color: #B57BEE;
}
.AnyTagClassName
{
color: #B57BEE;
}
</style>
background-color css
<style>
a { background-color: #B57BEE; }
a { background-color: rgb(181,123,238); }
div.DivClassName
{
background-color: #B57BEE;
}
.BgClassName
{
background-color: #B57BEE;
}
</style>
border-color css
<style>
span { border-color: #B57BEE; }
span { border-color: rgb(181,123,238); }
td.TdClassName
{
border-color: #B57BEE;
}
.TagClassName
{
border-color: #B57BEE;
}
</style>