Shades of Medium Orchid #B561C6
Tints of Medium Orchid #B561C6
RGB
CMYK
RGB Variations
Color information
#B561C6 (or 0xB561C6) is known color: Medium Orchid. HEX triplet: B5, 61 and C6. RGB value is (181,97,198). Sum of RGB (Red+Green+Blue) = 181+97+198=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 198 - color contains mainly: blue. Hex color #B561C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561C6 is #4A9E39. Grayscale: #858585. Windows color (decimal): -4890170 or 13001141. OLE color: 13001141.
HSL color Cylindrical-coordinate representation of color #B561C6: hue angle of 289.9º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B561C6 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 97 | 198 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.22 |
| HSL | 289.9º | 0.47% | 0.58% | - |
| HSV(B) | 289.9º | 0.51% | 0.78% | - |
| XYZ | 33.52 | 22.45 | 55.99 | - |
| YUV | 133.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 198 | 0.09 | 0.51 | 0 | 0.22 | 289.9 | 0.47 | 0.58 |
| Hex | B5 | 61 | C6 | 9 | 33 | 0 | 16 | 122 | 2F | 3A |
| Octal | 265 | 141 | 306 | 11 | 63 | 0 | 26 | 442 | 57 | 72 |
| Binary | 10110101 | 1100001 | 11000110 | 1001 | 110011 | 0 | 10110 | 100100010 | 101111 | 111010 |
Color Harmonies of #B561C6
Complementary color
Monochromatic Colors of #B561C6
Black with #B561C6
Text Example
Text Example
White with #B561C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561C6; }
p { color: rgb(181,97,198); }
H1.HeaderClassName
{
color: #B561C6;
}
.AnyTagClassName
{
color: #B561C6;
}
</style>
background-color css
<style>
a { background-color: #B561C6; }
a { background-color: rgb(181,97,198); }
div.DivClassName
{
background-color: #B561C6;
}
.BgClassName
{
background-color: #B561C6;
}
</style>
border-color css
<style>
span { border-color: #B561C6; }
span { border-color: rgb(181,97,198); }
td.TdClassName
{
border-color: #B561C6;
}
.TagClassName
{
border-color: #B561C6;
}
</style>