Shades of Medium Purple #B57BFE
Tints of Medium Purple #B57BFE
RGB
CMYK
RGB Variations
Color information
#B57BFE (or 0xB57BFE) is known color: Medium Purple. HEX triplet: B5, 7B and FE. RGB value is (181,123,254). Sum of RGB (Red+Green+Blue) = 181+123+254=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B57BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BFE is #4A8401. Grayscale: #9A9A9A. Windows color (decimal): -4883458 or 16677813. OLE color: 16677813.
HSL color Cylindrical-coordinate representation of color #B57BFE: hue angle of 266.56º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B57BFE is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 123 | 254 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.00 |
| HSL | 266.56º | 0.98% | 0.74% | - |
| HSV(B) | 266.56º | 0.52% | 1% | - |
| XYZ | 44.03 | 31.15 | 97.46 | - |
| YUV | 155.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 254 | 0.29 | 0.52 | 0 | 0.00 | 266.56 | 0.98 | 0.74 |
| Hex | B5 | 7B | FE | 1D | 34 | 0 | 0 | 10B | 62 | 4A |
| Octal | 265 | 173 | 376 | 35 | 64 | 0 | 0 | 413 | 142 | 112 |
| Binary | 10110101 | 1111011 | 11111110 | 11101 | 110100 | 0 | 0 | 100001011 | 1100010 | 1001010 |
Color Harmonies of #B57BFE
Complementary color
Monochromatic Colors of #B57BFE
Black with #B57BFE
Text Example
Text Example
White with #B57BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BFE; }
p { color: rgb(181,123,254); }
H1.HeaderClassName
{
color: #B57BFE;
}
.AnyTagClassName
{
color: #B57BFE;
}
</style>
background-color css
<style>
a { background-color: #B57BFE; }
a { background-color: rgb(181,123,254); }
div.DivClassName
{
background-color: #B57BFE;
}
.BgClassName
{
background-color: #B57BFE;
}
</style>
border-color css
<style>
span { border-color: #B57BFE; }
span { border-color: rgb(181,123,254); }
td.TdClassName
{
border-color: #B57BFE;
}
.TagClassName
{
border-color: #B57BFE;
}
</style>