Shades of Medium Orchid #B561DC
Tints of Medium Orchid #B561DC
RGB
CMYK
RGB Variations
Color information
#B561DC (or 0xB561DC) is known color: Medium Orchid. HEX triplet: B5, 61 and DC. RGB value is (181,97,220). Sum of RGB (Red+Green+Blue) = 181+97+220=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 97 (38.28% from 255 or 19.48% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #B561DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561DC is #4A9E23. Grayscale: #878787. Windows color (decimal): -4890148 or 14442933. OLE color: 14442933.
HSL color Cylindrical-coordinate representation of color #B561DC: hue angle of 280.98º degrees, saturation: 0.64, 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 #B561DC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 97 | 220 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.14 |
| HSL | 280.98º | 0.64% | 0.62% | - |
| HSV(B) | 280.98º | 0.56% | 0.86% | - |
| XYZ | 36.25 | 23.54 | 70.34 | - |
| YUV | 136.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 220 | 0.18 | 0.56 | 0 | 0.14 | 280.98 | 0.64 | 0.62 |
| Hex | B5 | 61 | DC | 12 | 38 | 0 | E | 119 | 40 | 3E |
| Octal | 265 | 141 | 334 | 22 | 70 | 0 | 16 | 431 | 100 | 76 |
| Binary | 10110101 | 1100001 | 11011100 | 10010 | 111000 | 0 | 1110 | 100011001 | 1000000 | 111110 |
Color Harmonies of #B561DC
Complementary color
Monochromatic Colors of #B561DC
Black with #B561DC
Text Example
Text Example
White with #B561DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561DC; }
p { color: rgb(181,97,220); }
H1.HeaderClassName
{
color: #B561DC;
}
.AnyTagClassName
{
color: #B561DC;
}
</style>
background-color css
<style>
a { background-color: #B561DC; }
a { background-color: rgb(181,97,220); }
div.DivClassName
{
background-color: #B561DC;
}
.BgClassName
{
background-color: #B561DC;
}
</style>
border-color css
<style>
span { border-color: #B561DC; }
span { border-color: rgb(181,97,220); }
td.TdClassName
{
border-color: #B561DC;
}
.TagClassName
{
border-color: #B561DC;
}
</style>