Shades of Medium Orchid #B560CF
Tints of Medium Orchid #B560CF
RGB
CMYK
RGB Variations
Color information
#B560CF (or 0xB560CF) is known color: Medium Orchid. HEX triplet: B5, 60 and CF. RGB value is (181,96,207). Sum of RGB (Red+Green+Blue) = 181+96+207=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #B560CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560CF is #4A9F30. Grayscale: #858585. Windows color (decimal): -4890417 or 13590709. OLE color: 13590709.
HSL color Cylindrical-coordinate representation of color #B560CF: hue angle of 285.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B560CF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 96 | 207 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.19 |
| HSL | 285.95º | 0.54% | 0.59% | - |
| HSV(B) | 285.95º | 0.54% | 0.81% | - |
| XYZ | 34.5 | 22.69 | 61.59 | - |
| YUV | 134.07 | 169.16 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 207 | 0.13 | 0.54 | 0 | 0.19 | 285.95 | 0.54 | 0.59 |
| Hex | B5 | 60 | CF | D | 36 | 0 | 13 | 11E | 36 | 3B |
| Octal | 265 | 140 | 317 | 15 | 66 | 0 | 23 | 436 | 66 | 73 |
| Binary | 10110101 | 1100000 | 11001111 | 1101 | 110110 | 0 | 10011 | 100011110 | 110110 | 111011 |
Color Harmonies of #B560CF
Complementary color
Monochromatic Colors of #B560CF
Black with #B560CF
Text Example
Text Example
White with #B560CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560CF; }
p { color: rgb(181,96,207); }
H1.HeaderClassName
{
color: #B560CF;
}
.AnyTagClassName
{
color: #B560CF;
}
</style>
background-color css
<style>
a { background-color: #B560CF; }
a { background-color: rgb(181,96,207); }
div.DivClassName
{
background-color: #B560CF;
}
.BgClassName
{
background-color: #B560CF;
}
</style>
border-color css
<style>
span { border-color: #B560CF; }
span { border-color: rgb(181,96,207); }
td.TdClassName
{
border-color: #B560CF;
}
.TagClassName
{
border-color: #B560CF;
}
</style>