Shades of Medium Orchid #B56FDF
Tints of Medium Orchid #B56FDF
RGB
CMYK
RGB Variations
Color information
#B56FDF (or 0xB56FDF) is known color: Medium Orchid. HEX triplet: B5, 6F and DF. RGB value is (181,111,223). Sum of RGB (Red+Green+Blue) = 181+111+223=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B56FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FDF is #4A9020. Grayscale: #909090. Windows color (decimal): -4886561 or 14643125. OLE color: 14643125.
HSL color Cylindrical-coordinate representation of color #B56FDF: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56FDF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 111 | 223 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.13 |
| HSL | 277.5º | 0.64% | 0.65% | - |
| HSV(B) | 277.5º | 0.5% | 0.87% | - |
| XYZ | 38.06 | 26.52 | 72.93 | - |
| YUV | 144.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 223 | 0.19 | 0.50 | 0 | 0.13 | 277.5 | 0.64 | 0.65 |
| Hex | B5 | 6F | DF | 13 | 32 | 0 | D | 116 | 40 | 41 |
| Octal | 265 | 157 | 337 | 23 | 62 | 0 | 15 | 426 | 100 | 101 |
| Binary | 10110101 | 1101111 | 11011111 | 10011 | 110010 | 0 | 1101 | 100010110 | 1000000 | 1000001 |
Color Harmonies of #B56FDF
Complementary color
Monochromatic Colors of #B56FDF
Black with #B56FDF
Text Example
Text Example
White with #B56FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FDF; }
p { color: rgb(181,111,223); }
H1.HeaderClassName
{
color: #B56FDF;
}
.AnyTagClassName
{
color: #B56FDF;
}
</style>
background-color css
<style>
a { background-color: #B56FDF; }
a { background-color: rgb(181,111,223); }
div.DivClassName
{
background-color: #B56FDF;
}
.BgClassName
{
background-color: #B56FDF;
}
</style>
border-color css
<style>
span { border-color: #B56FDF; }
span { border-color: rgb(181,111,223); }
td.TdClassName
{
border-color: #B56FDF;
}
.TagClassName
{
border-color: #B56FDF;
}
</style>