Shades of Medium Orchid #B56CDA
Tints of Medium Orchid #B56CDA
RGB
CMYK
RGB Variations
Color information
#B56CDA (or 0xB56CDA) is known color: Medium Orchid. HEX triplet: B5, 6C and DA. RGB value is (181,108,218). Sum of RGB (Red+Green+Blue) = 181+108+218=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B56CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CDA is #4A9325. Grayscale: #8E8E8E. Windows color (decimal): -4887334 or 14314677. OLE color: 14314677.
HSL color Cylindrical-coordinate representation of color #B56CDA: hue angle of 279.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56CDA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 108 | 218 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.15 |
| HSL | 279.82º | 0.6% | 0.64% | - |
| HSV(B) | 279.82º | 0.5% | 0.85% | - |
| XYZ | 37.07 | 25.61 | 69.32 | - |
| YUV | 142.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 218 | 0.17 | 0.50 | 0 | 0.15 | 279.82 | 0.6 | 0.64 |
| Hex | B5 | 6C | DA | 11 | 32 | 0 | F | 118 | 3C | 40 |
| Octal | 265 | 154 | 332 | 21 | 62 | 0 | 17 | 430 | 74 | 100 |
| Binary | 10110101 | 1101100 | 11011010 | 10001 | 110010 | 0 | 1111 | 100011000 | 111100 | 1000000 |
Color Harmonies of #B56CDA
Complementary color
Monochromatic Colors of #B56CDA
Black with #B56CDA
Text Example
Text Example
White with #B56CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CDA; }
p { color: rgb(181,108,218); }
H1.HeaderClassName
{
color: #B56CDA;
}
.AnyTagClassName
{
color: #B56CDA;
}
</style>
background-color css
<style>
a { background-color: #B56CDA; }
a { background-color: rgb(181,108,218); }
div.DivClassName
{
background-color: #B56CDA;
}
.BgClassName
{
background-color: #B56CDA;
}
</style>
border-color css
<style>
span { border-color: #B56CDA; }
span { border-color: rgb(181,108,218); }
td.TdClassName
{
border-color: #B56CDA;
}
.TagClassName
{
border-color: #B56CDA;
}
</style>