Shades of Medium Purple #B56DF4
Tints of Medium Purple #B56DF4
RGB
CMYK
RGB Variations
Color information
#B56DF4 (or 0xB56DF4) is known color: Medium Purple. HEX triplet: B5, 6D and F4. RGB value is (181,109,244). Sum of RGB (Red+Green+Blue) = 181+109+244=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #B56DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DF4 is #4A920B. Grayscale: #919191. Windows color (decimal): -4887052 or 16018869. OLE color: 16018869.
HSL color Cylindrical-coordinate representation of color #B56DF4: hue angle of 272º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56DF4 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 109 | 244 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.04 |
| HSL | 272º | 0.86% | 0.69% | - |
| HSV(B) | 272º | 0.55% | 0.96% | - |
| XYZ | 40.85 | 27.29 | 88.7 | - |
| YUV | 145.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 244 | 0.26 | 0.55 | 0 | 0.04 | 272 | 0.86 | 0.69 |
| Hex | B5 | 6D | F4 | 1A | 37 | 0 | 4 | 110 | 56 | 45 |
| Octal | 265 | 155 | 364 | 32 | 67 | 0 | 4 | 420 | 126 | 105 |
| Binary | 10110101 | 1101101 | 11110100 | 11010 | 110111 | 0 | 100 | 100010000 | 1010110 | 1000101 |
Color Harmonies of #B56DF4
Complementary color
Monochromatic Colors of #B56DF4
Black with #B56DF4
Text Example
Text Example
White with #B56DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DF4; }
p { color: rgb(181,109,244); }
H1.HeaderClassName
{
color: #B56DF4;
}
.AnyTagClassName
{
color: #B56DF4;
}
</style>
background-color css
<style>
a { background-color: #B56DF4; }
a { background-color: rgb(181,109,244); }
div.DivClassName
{
background-color: #B56DF4;
}
.BgClassName
{
background-color: #B56DF4;
}
</style>
border-color css
<style>
span { border-color: #B56DF4; }
span { border-color: rgb(181,109,244); }
td.TdClassName
{
border-color: #B56DF4;
}
.TagClassName
{
border-color: #B56DF4;
}
</style>