Shades of Medium Purple #B57BF4
Tints of Medium Purple #B57BF4
RGB
CMYK
RGB Variations
Color information
#B57BF4 (or 0xB57BF4) is known color: Medium Purple. HEX triplet: B5, 7B and F4. RGB value is (181,123,244). Sum of RGB (Red+Green+Blue) = 181+123+244=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 244 (95.70% from 255 or 44.53% from 548); Max value from RGB is 244 - color contains mainly: blue. Hex color #B57BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BF4 is #4A840B. Grayscale: #999999. Windows color (decimal): -4883468 or 16022453. OLE color: 16022453.
HSL color Cylindrical-coordinate representation of color #B57BF4: hue angle of 268.76º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57BF4 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 123 | 244 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.04 |
| HSL | 268.76º | 0.85% | 0.72% | - |
| HSV(B) | 268.76º | 0.5% | 0.96% | - |
| XYZ | 42.47 | 30.52 | 89.24 | - |
| YUV | 154.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 244 | 0.26 | 0.50 | 0 | 0.04 | 268.76 | 0.85 | 0.72 |
| Hex | B5 | 7B | F4 | 1A | 32 | 0 | 4 | 10D | 55 | 48 |
| Octal | 265 | 173 | 364 | 32 | 62 | 0 | 4 | 415 | 125 | 110 |
| Binary | 10110101 | 1111011 | 11110100 | 11010 | 110010 | 0 | 100 | 100001101 | 1010101 | 1001000 |
Color Harmonies of #B57BF4
Complementary color
Monochromatic Colors of #B57BF4
Black with #B57BF4
Text Example
Text Example
White with #B57BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BF4; }
p { color: rgb(181,123,244); }
H1.HeaderClassName
{
color: #B57BF4;
}
.AnyTagClassName
{
color: #B57BF4;
}
</style>
background-color css
<style>
a { background-color: #B57BF4; }
a { background-color: rgb(181,123,244); }
div.DivClassName
{
background-color: #B57BF4;
}
.BgClassName
{
background-color: #B57BF4;
}
</style>
border-color css
<style>
span { border-color: #B57BF4; }
span { border-color: rgb(181,123,244); }
td.TdClassName
{
border-color: #B57BF4;
}
.TagClassName
{
border-color: #B57BF4;
}
</style>