Shades of Medium Purple #B56DF3
Tints of Medium Purple #B56DF3
RGB
CMYK
RGB Variations
Color information
#B56DF3 (or 0xB56DF3) is known color: Medium Purple. HEX triplet: B5, 6D and F3. RGB value is (181,109,243). Sum of RGB (Red+Green+Blue) = 181+109+243=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #B56DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DF3 is #4A920C. Grayscale: #919191. Windows color (decimal): -4887053 or 15953333. OLE color: 15953333.
HSL color Cylindrical-coordinate representation of color #B56DF3: hue angle of 272.24º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56DF3 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 109 | 243 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.05 |
| HSL | 272.24º | 0.85% | 0.69% | - |
| HSV(B) | 272.24º | 0.55% | 0.95% | - |
| XYZ | 40.7 | 27.23 | 87.91 | - |
| YUV | 145.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 243 | 0.26 | 0.55 | 0 | 0.05 | 272.24 | 0.85 | 0.69 |
| Hex | B5 | 6D | F3 | 1A | 37 | 0 | 5 | 110 | 55 | 45 |
| Octal | 265 | 155 | 363 | 32 | 67 | 0 | 5 | 420 | 125 | 105 |
| Binary | 10110101 | 1101101 | 11110011 | 11010 | 110111 | 0 | 101 | 100010000 | 1010101 | 1000101 |
Color Harmonies of #B56DF3
Complementary color
Monochromatic Colors of #B56DF3
Black with #B56DF3
Text Example
Text Example
White with #B56DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DF3; }
p { color: rgb(181,109,243); }
H1.HeaderClassName
{
color: #B56DF3;
}
.AnyTagClassName
{
color: #B56DF3;
}
</style>
background-color css
<style>
a { background-color: #B56DF3; }
a { background-color: rgb(181,109,243); }
div.DivClassName
{
background-color: #B56DF3;
}
.BgClassName
{
background-color: #B56DF3;
}
</style>
border-color css
<style>
span { border-color: #B56DF3; }
span { border-color: rgb(181,109,243); }
td.TdClassName
{
border-color: #B56DF3;
}
.TagClassName
{
border-color: #B56DF3;
}
</style>