Shades of Medium Orchid #B56ADF
Tints of Medium Orchid #B56ADF
RGB
CMYK
RGB Variations
Color information
#B56ADF (or 0xB56ADF) is known color: Medium Orchid. HEX triplet: B5, 6A and DF. RGB value is (181,106,223). Sum of RGB (Red+Green+Blue) = 181+106+223=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B56ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ADF is #4A9520. Grayscale: #8D8D8D. Windows color (decimal): -4887841 or 14641845. OLE color: 14641845.
HSL color Cylindrical-coordinate representation of color #B56ADF: hue angle of 278.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B56ADF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 106 | 223 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.13 |
| HSL | 278.46º | 0.65% | 0.65% | - |
| HSV(B) | 278.46º | 0.52% | 0.87% | - |
| XYZ | 37.53 | 25.46 | 72.75 | - |
| YUV | 141.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 223 | 0.19 | 0.52 | 0 | 0.13 | 278.46 | 0.65 | 0.65 |
| Hex | B5 | 6A | DF | 13 | 34 | 0 | D | 116 | 41 | 41 |
| Octal | 265 | 152 | 337 | 23 | 64 | 0 | 15 | 426 | 101 | 101 |
| Binary | 10110101 | 1101010 | 11011111 | 10011 | 110100 | 0 | 1101 | 100010110 | 1000001 | 1000001 |
Color Harmonies of #B56ADF
Complementary color
Monochromatic Colors of #B56ADF
Black with #B56ADF
Text Example
Text Example
White with #B56ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ADF; }
p { color: rgb(181,106,223); }
H1.HeaderClassName
{
color: #B56ADF;
}
.AnyTagClassName
{
color: #B56ADF;
}
</style>
background-color css
<style>
a { background-color: #B56ADF; }
a { background-color: rgb(181,106,223); }
div.DivClassName
{
background-color: #B56ADF;
}
.BgClassName
{
background-color: #B56ADF;
}
</style>
border-color css
<style>
span { border-color: #B56ADF; }
span { border-color: rgb(181,106,223); }
td.TdClassName
{
border-color: #B56ADF;
}
.TagClassName
{
border-color: #B56ADF;
}
</style>