Shades of Medium Orchid #B560C9
Tints of Medium Orchid #B560C9
RGB
CMYK
RGB Variations
Color information
#B560C9 (or 0xB560C9) is known color: Medium Orchid. HEX triplet: B5, 60 and C9. RGB value is (181,96,201). Sum of RGB (Red+Green+Blue) = 181+96+201=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #B560C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560C9 is #4A9F36. Grayscale: #858585. Windows color (decimal): -4890423 or 13197493. OLE color: 13197493.
HSL color Cylindrical-coordinate representation of color #B560C9: hue angle of 288.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B560C9 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 96 | 201 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.21 |
| HSL | 288.57º | 0.49% | 0.58% | - |
| HSV(B) | 288.57º | 0.52% | 0.79% | - |
| XYZ | 33.78 | 22.41 | 57.8 | - |
| YUV | 133.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 201 | 0.10 | 0.52 | 0 | 0.21 | 288.57 | 0.49 | 0.58 |
| Hex | B5 | 60 | C9 | A | 34 | 0 | 15 | 121 | 31 | 3A |
| Octal | 265 | 140 | 311 | 12 | 64 | 0 | 25 | 441 | 61 | 72 |
| Binary | 10110101 | 1100000 | 11001001 | 1010 | 110100 | 0 | 10101 | 100100001 | 110001 | 111010 |
Color Harmonies of #B560C9
Complementary color
Monochromatic Colors of #B560C9
Black with #B560C9
Text Example
Text Example
White with #B560C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560C9; }
p { color: rgb(181,96,201); }
H1.HeaderClassName
{
color: #B560C9;
}
.AnyTagClassName
{
color: #B560C9;
}
</style>
background-color css
<style>
a { background-color: #B560C9; }
a { background-color: rgb(181,96,201); }
div.DivClassName
{
background-color: #B560C9;
}
.BgClassName
{
background-color: #B560C9;
}
</style>
border-color css
<style>
span { border-color: #B560C9; }
span { border-color: rgb(181,96,201); }
td.TdClassName
{
border-color: #B560C9;
}
.TagClassName
{
border-color: #B560C9;
}
</style>