Shades of Medium Orchid #B56DF0
Tints of Medium Orchid #B56DF0
RGB
CMYK
RGB Variations
Color information
#B56DF0 (or 0xB56DF0) is known color: Medium Orchid. HEX triplet: B5, 6D and F0. RGB value is (181,109,240). Sum of RGB (Red+Green+Blue) = 181+109+240=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56DF0 is #4A920F. Grayscale: #919191. Windows color (decimal): -4887056 or 15756725. OLE color: 15756725.
HSL color Cylindrical-coordinate representation of color #B56DF0: hue angle of 272.98º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B56DF0 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 109 | 240 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.06 |
| HSL | 272.98º | 0.81% | 0.68% | - |
| HSV(B) | 272.98º | 0.55% | 0.94% | - |
| XYZ | 40.25 | 27.05 | 85.54 | - |
| YUV | 145.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 109 | 240 | 0.25 | 0.55 | 0 | 0.06 | 272.98 | 0.81 | 0.68 |
| Hex | B5 | 6D | F0 | 19 | 37 | 0 | 6 | 111 | 51 | 44 |
| Octal | 265 | 155 | 360 | 31 | 67 | 0 | 6 | 421 | 121 | 104 |
| Binary | 10110101 | 1101101 | 11110000 | 11001 | 110111 | 0 | 110 | 100010001 | 1010001 | 1000100 |
Color Harmonies of #B56DF0
Complementary color
Monochromatic Colors of #B56DF0
Black with #B56DF0
Text Example
Text Example
White with #B56DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56DF0; }
p { color: rgb(181,109,240); }
H1.HeaderClassName
{
color: #B56DF0;
}
.AnyTagClassName
{
color: #B56DF0;
}
</style>
background-color css
<style>
a { background-color: #B56DF0; }
a { background-color: rgb(181,109,240); }
div.DivClassName
{
background-color: #B56DF0;
}
.BgClassName
{
background-color: #B56DF0;
}
</style>
border-color css
<style>
span { border-color: #B56DF0; }
span { border-color: rgb(181,109,240); }
td.TdClassName
{
border-color: #B56DF0;
}
.TagClassName
{
border-color: #B56DF0;
}
</style>