Shades of Medium Orchid #B56CDD
Tints of Medium Orchid #B56CDD
RGB
CMYK
RGB Variations
Color information
#B56CDD (or 0xB56CDD) is known color: Medium Orchid. HEX triplet: B5, 6C and DD. RGB value is (181,108,221). Sum of RGB (Red+Green+Blue) = 181+108+221=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B56CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CDD is #4A9322. Grayscale: #8E8E8E. Windows color (decimal): -4887331 or 14511285. OLE color: 14511285.
HSL color Cylindrical-coordinate representation of color #B56CDD: hue angle of 278.76º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56CDD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 108 | 221 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.13 |
| HSL | 278.76º | 0.62% | 0.65% | - |
| HSV(B) | 278.76º | 0.51% | 0.87% | - |
| XYZ | 37.47 | 25.77 | 71.41 | - |
| YUV | 142.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 221 | 0.18 | 0.51 | 0 | 0.13 | 278.76 | 0.62 | 0.65 |
| Hex | B5 | 6C | DD | 12 | 33 | 0 | D | 117 | 3E | 41 |
| Octal | 265 | 154 | 335 | 22 | 63 | 0 | 15 | 427 | 76 | 101 |
| Binary | 10110101 | 1101100 | 11011101 | 10010 | 110011 | 0 | 1101 | 100010111 | 111110 | 1000001 |
Color Harmonies of #B56CDD
Complementary color
Monochromatic Colors of #B56CDD
Black with #B56CDD
Text Example
Text Example
White with #B56CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CDD; }
p { color: rgb(181,108,221); }
H1.HeaderClassName
{
color: #B56CDD;
}
.AnyTagClassName
{
color: #B56CDD;
}
</style>
background-color css
<style>
a { background-color: #B56CDD; }
a { background-color: rgb(181,108,221); }
div.DivClassName
{
background-color: #B56CDD;
}
.BgClassName
{
background-color: #B56CDD;
}
</style>
border-color css
<style>
span { border-color: #B56CDD; }
span { border-color: rgb(181,108,221); }
td.TdClassName
{
border-color: #B56CDD;
}
.TagClassName
{
border-color: #B56CDD;
}
</style>