Shades of Medium Purple #B57CF2
Tints of Medium Purple #B57CF2
RGB
CMYK
RGB Variations
Color information
#B57CF2 (or 0xB57CF2) is known color: Medium Purple. HEX triplet: B5, 7C and F2. RGB value is (181,124,242). Sum of RGB (Red+Green+Blue) = 181+124+242=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #B57CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CF2 is #4A830D. Grayscale: #9A9A9A. Windows color (decimal): -4883214 or 15891637. OLE color: 15891637.
HSL color Cylindrical-coordinate representation of color #B57CF2: hue angle of 268.98º degrees, saturation: 0.82, 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 #B57CF2 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 124 | 242 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.05 |
| HSL | 268.98º | 0.82% | 0.72% | - |
| HSV(B) | 268.98º | 0.49% | 0.95% | - |
| XYZ | 42.29 | 30.65 | 87.69 | - |
| YUV | 154.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 242 | 0.25 | 0.49 | 0 | 0.05 | 268.98 | 0.82 | 0.72 |
| Hex | B5 | 7C | F2 | 19 | 31 | 0 | 5 | 10D | 52 | 48 |
| Octal | 265 | 174 | 362 | 31 | 61 | 0 | 5 | 415 | 122 | 110 |
| Binary | 10110101 | 1111100 | 11110010 | 11001 | 110001 | 0 | 101 | 100001101 | 1010010 | 1001000 |
Color Harmonies of #B57CF2
Complementary color
Monochromatic Colors of #B57CF2
Black with #B57CF2
Text Example
Text Example
White with #B57CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CF2; }
p { color: rgb(181,124,242); }
H1.HeaderClassName
{
color: #B57CF2;
}
.AnyTagClassName
{
color: #B57CF2;
}
</style>
background-color css
<style>
a { background-color: #B57CF2; }
a { background-color: rgb(181,124,242); }
div.DivClassName
{
background-color: #B57CF2;
}
.BgClassName
{
background-color: #B57CF2;
}
</style>
border-color css
<style>
span { border-color: #B57CF2; }
span { border-color: rgb(181,124,242); }
td.TdClassName
{
border-color: #B57CF2;
}
.TagClassName
{
border-color: #B57CF2;
}
</style>