Shades of Medium Orchid #B561D3
Tints of Medium Orchid #B561D3
RGB
CMYK
RGB Variations
Color information
#B561D3 (or 0xB561D3) is known color: Medium Orchid. HEX triplet: B5, 61 and D3. RGB value is (181,97,211). Sum of RGB (Red+Green+Blue) = 181+97+211=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #B561D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561D3 is #4A9E2C. Grayscale: #868686. Windows color (decimal): -4890157 or 13853109. OLE color: 13853109.
HSL color Cylindrical-coordinate representation of color #B561D3: hue angle of 284.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B561D3 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 97 | 211 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.17 |
| HSL | 284.21º | 0.56% | 0.6% | - |
| HSV(B) | 284.21º | 0.54% | 0.83% | - |
| XYZ | 35.09 | 23.08 | 64.23 | - |
| YUV | 135.11 | 170.83 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 211 | 0.14 | 0.54 | 0 | 0.17 | 284.21 | 0.56 | 0.6 |
| Hex | B5 | 61 | D3 | E | 36 | 0 | 11 | 11C | 38 | 3C |
| Octal | 265 | 141 | 323 | 16 | 66 | 0 | 21 | 434 | 70 | 74 |
| Binary | 10110101 | 1100001 | 11010011 | 1110 | 110110 | 0 | 10001 | 100011100 | 111000 | 111100 |
Color Harmonies of #B561D3
Complementary color
Monochromatic Colors of #B561D3
Black with #B561D3
Text Example
Text Example
White with #B561D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561D3; }
p { color: rgb(181,97,211); }
H1.HeaderClassName
{
color: #B561D3;
}
.AnyTagClassName
{
color: #B561D3;
}
</style>
background-color css
<style>
a { background-color: #B561D3; }
a { background-color: rgb(181,97,211); }
div.DivClassName
{
background-color: #B561D3;
}
.BgClassName
{
background-color: #B561D3;
}
</style>
border-color css
<style>
span { border-color: #B561D3; }
span { border-color: rgb(181,97,211); }
td.TdClassName
{
border-color: #B561D3;
}
.TagClassName
{
border-color: #B561D3;
}
</style>