Shades of Medium Orchid #B561D9
Tints of Medium Orchid #B561D9
RGB
CMYK
RGB Variations
Color information
#B561D9 (or 0xB561D9) is known color: Medium Orchid. HEX triplet: B5, 61 and D9. RGB value is (181,97,217). Sum of RGB (Red+Green+Blue) = 181+97+217=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #B561D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561D9 is #4A9E26. Grayscale: #878787. Windows color (decimal): -4890151 or 14246325. OLE color: 14246325.
HSL color Cylindrical-coordinate representation of color #B561D9: hue angle of 282º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B561D9 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 97 | 217 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.15 |
| HSL | 282º | 0.61% | 0.62% | - |
| HSV(B) | 282º | 0.55% | 0.85% | - |
| XYZ | 35.86 | 23.38 | 68.27 | - |
| YUV | 135.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 217 | 0.17 | 0.55 | 0 | 0.15 | 282 | 0.61 | 0.62 |
| Hex | B5 | 61 | D9 | 11 | 37 | 0 | F | 11A | 3D | 3E |
| Octal | 265 | 141 | 331 | 21 | 67 | 0 | 17 | 432 | 75 | 76 |
| Binary | 10110101 | 1100001 | 11011001 | 10001 | 110111 | 0 | 1111 | 100011010 | 111101 | 111110 |
Color Harmonies of #B561D9
Complementary color
Monochromatic Colors of #B561D9
Black with #B561D9
Text Example
Text Example
White with #B561D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561D9; }
p { color: rgb(181,97,217); }
H1.HeaderClassName
{
color: #B561D9;
}
.AnyTagClassName
{
color: #B561D9;
}
</style>
background-color css
<style>
a { background-color: #B561D9; }
a { background-color: rgb(181,97,217); }
div.DivClassName
{
background-color: #B561D9;
}
.BgClassName
{
background-color: #B561D9;
}
</style>
border-color css
<style>
span { border-color: #B561D9; }
span { border-color: rgb(181,97,217); }
td.TdClassName
{
border-color: #B561D9;
}
.TagClassName
{
border-color: #B561D9;
}
</style>