Shades of Medium Orchid #B561CC
Tints of Medium Orchid #B561CC
RGB
CMYK
RGB Variations
Color information
#B561CC (or 0xB561CC) is known color: Medium Orchid. HEX triplet: B5, 61 and CC. RGB value is (181,97,204). Sum of RGB (Red+Green+Blue) = 181+97+204=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #B561CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561CC is #4A9E33. Grayscale: #858585. Windows color (decimal): -4890164 or 13394357. OLE color: 13394357.
HSL color Cylindrical-coordinate representation of color #B561CC: hue angle of 287.1º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B561CC is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 97 | 204 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.2 |
| HSL | 287.1º | 0.51% | 0.59% | - |
| HSV(B) | 287.1º | 0.52% | 0.8% | - |
| XYZ | 34.23 | 22.73 | 59.71 | - |
| YUV | 134.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 204 | 0.11 | 0.52 | 0 | 0.2 | 287.1 | 0.51 | 0.59 |
| Hex | B5 | 61 | CC | B | 34 | 0 | 14 | 11F | 33 | 3B |
| Octal | 265 | 141 | 314 | 13 | 64 | 0 | 24 | 437 | 63 | 73 |
| Binary | 10110101 | 1100001 | 11001100 | 1011 | 110100 | 0 | 10100 | 100011111 | 110011 | 111011 |
Color Harmonies of #B561CC
Complementary color
Monochromatic Colors of #B561CC
Black with #B561CC
Text Example
Text Example
White with #B561CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561CC; }
p { color: rgb(181,97,204); }
H1.HeaderClassName
{
color: #B561CC;
}
.AnyTagClassName
{
color: #B561CC;
}
</style>
background-color css
<style>
a { background-color: #B561CC; }
a { background-color: rgb(181,97,204); }
div.DivClassName
{
background-color: #B561CC;
}
.BgClassName
{
background-color: #B561CC;
}
</style>
border-color css
<style>
span { border-color: #B561CC; }
span { border-color: rgb(181,97,204); }
td.TdClassName
{
border-color: #B561CC;
}
.TagClassName
{
border-color: #B561CC;
}
</style>