Shades of Medium Purple #B57CF3
Tints of Medium Purple #B57CF3
RGB
CMYK
RGB Variations
Color information
#B57CF3 (or 0xB57CF3) is known color: Medium Purple. HEX triplet: B5, 7C and F3. RGB value is (181,124,243). Sum of RGB (Red+Green+Blue) = 181+124+243=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 243 (95.31% from 255 or 44.34% from 548); Max value from RGB is 243 - color contains mainly: blue. Hex color #B57CF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CF3 is #4A830C. Grayscale: #9A9A9A. Windows color (decimal): -4883213 or 15957173. OLE color: 15957173.
HSL color Cylindrical-coordinate representation of color #B57CF3: hue angle of 268.74º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B57CF3 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 124 | 243 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.05 |
| HSL | 268.74º | 0.83% | 0.72% | - |
| HSV(B) | 268.74º | 0.49% | 0.95% | - |
| XYZ | 42.44 | 30.71 | 88.48 | - |
| YUV | 154.61 | 177.88 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 243 | 0.26 | 0.49 | 0 | 0.05 | 268.74 | 0.83 | 0.72 |
| Hex | B5 | 7C | F3 | 1A | 31 | 0 | 5 | 10D | 53 | 48 |
| Octal | 265 | 174 | 363 | 32 | 61 | 0 | 5 | 415 | 123 | 110 |
| Binary | 10110101 | 1111100 | 11110011 | 11010 | 110001 | 0 | 101 | 100001101 | 1010011 | 1001000 |
Color Harmonies of #B57CF3
Complementary color
Monochromatic Colors of #B57CF3
Black with #B57CF3
Text Example
Text Example
White with #B57CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CF3; }
p { color: rgb(181,124,243); }
H1.HeaderClassName
{
color: #B57CF3;
}
.AnyTagClassName
{
color: #B57CF3;
}
</style>
background-color css
<style>
a { background-color: #B57CF3; }
a { background-color: rgb(181,124,243); }
div.DivClassName
{
background-color: #B57CF3;
}
.BgClassName
{
background-color: #B57CF3;
}
</style>
border-color css
<style>
span { border-color: #B57CF3; }
span { border-color: rgb(181,124,243); }
td.TdClassName
{
border-color: #B57CF3;
}
.TagClassName
{
border-color: #B57CF3;
}
</style>