Shades of Medium Orchid #B56FC9
Tints of Medium Orchid #B56FC9
RGB
CMYK
RGB Variations
Color information
#B56FC9 (or 0xB56FC9) is known color: Medium Orchid. HEX triplet: B5, 6F and C9. RGB value is (181,111,201). Sum of RGB (Red+Green+Blue) = 181+111+201=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #B56FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FC9 is #4A9036. Grayscale: #8D8D8D. Windows color (decimal): -4886583 or 13201333. OLE color: 13201333.
HSL color Cylindrical-coordinate representation of color #B56FC9: hue angle of 286.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56FC9 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 111 | 201 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.21 |
| HSL | 286.67º | 0.45% | 0.61% | - |
| HSV(B) | 286.67º | 0.45% | 0.79% | - |
| XYZ | 35.28 | 25.41 | 58.3 | - |
| YUV | 142.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 201 | 0.10 | 0.45 | 0 | 0.21 | 286.67 | 0.45 | 0.61 |
| Hex | B5 | 6F | C9 | A | 2D | 0 | 15 | 11F | 2D | 3D |
| Octal | 265 | 157 | 311 | 12 | 55 | 0 | 25 | 437 | 55 | 75 |
| Binary | 10110101 | 1101111 | 11001001 | 1010 | 101101 | 0 | 10101 | 100011111 | 101101 | 111101 |
Color Harmonies of #B56FC9
Complementary color
Monochromatic Colors of #B56FC9
Black with #B56FC9
Text Example
Text Example
White with #B56FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FC9; }
p { color: rgb(181,111,201); }
H1.HeaderClassName
{
color: #B56FC9;
}
.AnyTagClassName
{
color: #B56FC9;
}
</style>
background-color css
<style>
a { background-color: #B56FC9; }
a { background-color: rgb(181,111,201); }
div.DivClassName
{
background-color: #B56FC9;
}
.BgClassName
{
background-color: #B56FC9;
}
</style>
border-color css
<style>
span { border-color: #B56FC9; }
span { border-color: rgb(181,111,201); }
td.TdClassName
{
border-color: #B56FC9;
}
.TagClassName
{
border-color: #B56FC9;
}
</style>