Shades of Medium Purple #B56FF2
Tints of Medium Purple #B56FF2
RGB
CMYK
RGB Variations
Color information
#B56FF2 (or 0xB56FF2) is known color: Medium Purple. HEX triplet: B5, 6F and F2. RGB value is (181,111,242). Sum of RGB (Red+Green+Blue) = 181+111+242=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #B56FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FF2 is #4A900D. Grayscale: #929292. Windows color (decimal): -4886542 or 15888309. OLE color: 15888309.
HSL color Cylindrical-coordinate representation of color #B56FF2: hue angle of 272.06º degrees, saturation: 0.83, 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 #B56FF2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 111 | 242 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.05 |
| HSL | 272.06º | 0.83% | 0.69% | - |
| HSV(B) | 272.06º | 0.54% | 0.95% | - |
| XYZ | 40.77 | 27.6 | 87.18 | - |
| YUV | 146.86 | 181.69 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 242 | 0.25 | 0.54 | 0 | 0.05 | 272.06 | 0.83 | 0.69 |
| Hex | B5 | 6F | F2 | 19 | 36 | 0 | 5 | 110 | 53 | 45 |
| Octal | 265 | 157 | 362 | 31 | 66 | 0 | 5 | 420 | 123 | 105 |
| Binary | 10110101 | 1101111 | 11110010 | 11001 | 110110 | 0 | 101 | 100010000 | 1010011 | 1000101 |
Color Harmonies of #B56FF2
Complementary color
Monochromatic Colors of #B56FF2
Black with #B56FF2
Text Example
Text Example
White with #B56FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FF2; }
p { color: rgb(181,111,242); }
H1.HeaderClassName
{
color: #B56FF2;
}
.AnyTagClassName
{
color: #B56FF2;
}
</style>
background-color css
<style>
a { background-color: #B56FF2; }
a { background-color: rgb(181,111,242); }
div.DivClassName
{
background-color: #B56FF2;
}
.BgClassName
{
background-color: #B56FF2;
}
</style>
border-color css
<style>
span { border-color: #B56FF2; }
span { border-color: rgb(181,111,242); }
td.TdClassName
{
border-color: #B56FF2;
}
.TagClassName
{
border-color: #B56FF2;
}
</style>