Shades of Medium Orchid #B561DB
Tints of Medium Orchid #B561DB
RGB
CMYK
RGB Variations
Color information
#B561DB (or 0xB561DB) is known color: Medium Orchid. HEX triplet: B5, 61 and DB. RGB value is (181,97,219). Sum of RGB (Red+Green+Blue) = 181+97+219=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B561DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DB is #4A9E24. Grayscale: #878787. Windows color (decimal): -4890149 or 14377397. OLE color: 14377397.
HSL color Cylindrical-coordinate representation of color #B561DB: hue angle of 281.31º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B561DB is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 97 | 219 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.14 |
| HSL | 281.31º | 0.63% | 0.62% | - |
| HSV(B) | 281.31º | 0.56% | 0.86% | - |
| XYZ | 36.12 | 23.49 | 69.65 | - |
| YUV | 136.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 219 | 0.17 | 0.56 | 0 | 0.14 | 281.31 | 0.63 | 0.62 |
| Hex | B5 | 61 | DB | 11 | 38 | 0 | E | 119 | 3F | 3E |
| Octal | 265 | 141 | 333 | 21 | 70 | 0 | 16 | 431 | 77 | 76 |
| Binary | 10110101 | 1100001 | 11011011 | 10001 | 111000 | 0 | 1110 | 100011001 | 111111 | 111110 |
Color Harmonies of #B561DB
Complementary color
Monochromatic Colors of #B561DB
Black with #B561DB
Text Example
Text Example
White with #B561DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561DB; }
p { color: rgb(181,97,219); }
H1.HeaderClassName
{
color: #B561DB;
}
.AnyTagClassName
{
color: #B561DB;
}
</style>
background-color css
<style>
a { background-color: #B561DB; }
a { background-color: rgb(181,97,219); }
div.DivClassName
{
background-color: #B561DB;
}
.BgClassName
{
background-color: #B561DB;
}
</style>
border-color css
<style>
span { border-color: #B561DB; }
span { border-color: rgb(181,97,219); }
td.TdClassName
{
border-color: #B561DB;
}
.TagClassName
{
border-color: #B561DB;
}
</style>