Shades of Medium Purple #B56FF0
Tints of Medium Purple #B56FF0
RGB
CMYK
RGB Variations
Color information
#B56FF0 (or 0xB56FF0) is known color: Medium Purple. HEX triplet: B5, 6F and F0. RGB value is (181,111,240). Sum of RGB (Red+Green+Blue) = 181+111+240=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FF0 is #4A900F. Grayscale: #929292. Windows color (decimal): -4886544 or 15757237. OLE color: 15757237.
HSL color Cylindrical-coordinate representation of color #B56FF0: hue angle of 272.56º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56FF0 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 111 | 240 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.06 |
| HSL | 272.56º | 0.81% | 0.69% | - |
| HSV(B) | 272.56º | 0.54% | 0.94% | - |
| XYZ | 40.47 | 27.48 | 85.61 | - |
| YUV | 146.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 240 | 0.25 | 0.54 | 0 | 0.06 | 272.56 | 0.81 | 0.69 |
| Hex | B5 | 6F | F0 | 19 | 36 | 0 | 6 | 111 | 51 | 45 |
| Octal | 265 | 157 | 360 | 31 | 66 | 0 | 6 | 421 | 121 | 105 |
| Binary | 10110101 | 1101111 | 11110000 | 11001 | 110110 | 0 | 110 | 100010001 | 1010001 | 1000101 |
Color Harmonies of #B56FF0
Complementary color
Monochromatic Colors of #B56FF0
Black with #B56FF0
Text Example
Text Example
White with #B56FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FF0; }
p { color: rgb(181,111,240); }
H1.HeaderClassName
{
color: #B56FF0;
}
.AnyTagClassName
{
color: #B56FF0;
}
</style>
background-color css
<style>
a { background-color: #B56FF0; }
a { background-color: rgb(181,111,240); }
div.DivClassName
{
background-color: #B56FF0;
}
.BgClassName
{
background-color: #B56FF0;
}
</style>
border-color css
<style>
span { border-color: #B56FF0; }
span { border-color: rgb(181,111,240); }
td.TdClassName
{
border-color: #B56FF0;
}
.TagClassName
{
border-color: #B56FF0;
}
</style>