Shades of Medium Purple #B56DF6
Tints of Medium Purple #B56DF6
RGB
CMYK
RGB Variations
Color information
#B56DF6 (or 0xB56DF6) is known color: Medium Purple. HEX triplet: B5, 6D and F6. RGB value is (181,109,246). Sum of RGB (Red+Green+Blue) = 181+109+246=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #B56DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DF6 is #4A9209. Grayscale: #919191. Windows color (decimal): -4887050 or 16149941. OLE color: 16149941.
HSL color Cylindrical-coordinate representation of color #B56DF6: hue angle of 271.53º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56DF6 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 109 | 246 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.04 |
| HSL | 271.53º | 0.88% | 0.7% | - |
| HSV(B) | 271.53º | 0.56% | 0.96% | - |
| XYZ | 41.16 | 27.41 | 90.31 | - |
| YUV | 146.15 | 184.35 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 246 | 0.26 | 0.56 | 0 | 0.04 | 271.53 | 0.88 | 0.7 |
| Hex | B5 | 6D | F6 | 1A | 38 | 0 | 4 | 110 | 58 | 46 |
| Octal | 265 | 155 | 366 | 32 | 70 | 0 | 4 | 420 | 130 | 106 |
| Binary | 10110101 | 1101101 | 11110110 | 11010 | 111000 | 0 | 100 | 100010000 | 1011000 | 1000110 |
Color Harmonies of #B56DF6
Complementary color
Monochromatic Colors of #B56DF6
Black with #B56DF6
Text Example
Text Example
White with #B56DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DF6; }
p { color: rgb(181,109,246); }
H1.HeaderClassName
{
color: #B56DF6;
}
.AnyTagClassName
{
color: #B56DF6;
}
</style>
background-color css
<style>
a { background-color: #B56DF6; }
a { background-color: rgb(181,109,246); }
div.DivClassName
{
background-color: #B56DF6;
}
.BgClassName
{
background-color: #B56DF6;
}
</style>
border-color css
<style>
span { border-color: #B56DF6; }
span { border-color: rgb(181,109,246); }
td.TdClassName
{
border-color: #B56DF6;
}
.TagClassName
{
border-color: #B56DF6;
}
</style>