Shades of Medium Orchid #B56BDF
Tints of Medium Orchid #B56BDF
RGB
CMYK
RGB Variations
Color information
#B56BDF (or 0xB56BDF) is known color: Medium Orchid. HEX triplet: B5, 6B and DF. RGB value is (181,107,223). Sum of RGB (Red+Green+Blue) = 181+107+223=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #B56BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BDF is #4A9420. Grayscale: #8D8D8D. Windows color (decimal): -4887585 or 14642101. OLE color: 14642101.
HSL color Cylindrical-coordinate representation of color #B56BDF: hue angle of 278.28º degrees, saturation: 0.64, 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 #B56BDF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 107 | 223 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.13 |
| HSL | 278.28º | 0.64% | 0.65% | - |
| HSV(B) | 278.28º | 0.52% | 0.87% | - |
| XYZ | 37.63 | 25.67 | 72.78 | - |
| YUV | 142.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 223 | 0.19 | 0.52 | 0 | 0.13 | 278.28 | 0.64 | 0.65 |
| Hex | B5 | 6B | DF | 13 | 34 | 0 | D | 116 | 40 | 41 |
| Octal | 265 | 153 | 337 | 23 | 64 | 0 | 15 | 426 | 100 | 101 |
| Binary | 10110101 | 1101011 | 11011111 | 10011 | 110100 | 0 | 1101 | 100010110 | 1000000 | 1000001 |
Color Harmonies of #B56BDF
Complementary color
Monochromatic Colors of #B56BDF
Black with #B56BDF
Text Example
Text Example
White with #B56BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BDF; }
p { color: rgb(181,107,223); }
H1.HeaderClassName
{
color: #B56BDF;
}
.AnyTagClassName
{
color: #B56BDF;
}
</style>
background-color css
<style>
a { background-color: #B56BDF; }
a { background-color: rgb(181,107,223); }
div.DivClassName
{
background-color: #B56BDF;
}
.BgClassName
{
background-color: #B56BDF;
}
</style>
border-color css
<style>
span { border-color: #B56BDF; }
span { border-color: rgb(181,107,223); }
td.TdClassName
{
border-color: #B56BDF;
}
.TagClassName
{
border-color: #B56BDF;
}
</style>