Shades of Medium Purple #B56EF1
Tints of Medium Purple #B56EF1
RGB
CMYK
RGB Variations
Color information
#B56EF1 (or 0xB56EF1) is known color: Medium Purple. HEX triplet: B5, 6E and F1. RGB value is (181,110,241). Sum of RGB (Red+Green+Blue) = 181+110+241=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #B56EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56EF1 is #4A910E. Grayscale: #919191. Windows color (decimal): -4886799 or 15822517. OLE color: 15822517.
HSL color Cylindrical-coordinate representation of color #B56EF1: hue angle of 272.52º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56EF1 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 110 | 241 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.05 |
| HSL | 272.52º | 0.82% | 0.69% | - |
| HSV(B) | 272.52º | 0.54% | 0.95% | - |
| XYZ | 40.51 | 27.33 | 86.36 | - |
| YUV | 146.16 | 181.52 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 110 | 241 | 0.25 | 0.54 | 0 | 0.05 | 272.52 | 0.82 | 0.69 |
| Hex | B5 | 6E | F1 | 19 | 36 | 0 | 5 | 111 | 52 | 45 |
| Octal | 265 | 156 | 361 | 31 | 66 | 0 | 5 | 421 | 122 | 105 |
| Binary | 10110101 | 1101110 | 11110001 | 11001 | 110110 | 0 | 101 | 100010001 | 1010010 | 1000101 |
Color Harmonies of #B56EF1
Complementary color
Monochromatic Colors of #B56EF1
Black with #B56EF1
Text Example
Text Example
White with #B56EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56EF1; }
p { color: rgb(181,110,241); }
H1.HeaderClassName
{
color: #B56EF1;
}
.AnyTagClassName
{
color: #B56EF1;
}
</style>
background-color css
<style>
a { background-color: #B56EF1; }
a { background-color: rgb(181,110,241); }
div.DivClassName
{
background-color: #B56EF1;
}
.BgClassName
{
background-color: #B56EF1;
}
</style>
border-color css
<style>
span { border-color: #B56EF1; }
span { border-color: rgb(181,110,241); }
td.TdClassName
{
border-color: #B56EF1;
}
.TagClassName
{
border-color: #B56EF1;
}
</style>