Shades of Medium Orchid #B560EF
Tints of Medium Orchid #B560EF
RGB
CMYK
RGB Variations
Color information
#B560EF (or 0xB560EF) is known color: Medium Orchid. HEX triplet: B5, 60 and EF. RGB value is (181,96,239). Sum of RGB (Red+Green+Blue) = 181+96+239=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #B560EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560EF is #4A9F10. Grayscale: #898989. Windows color (decimal): -4890385 or 15687861. OLE color: 15687861.
HSL color Cylindrical-coordinate representation of color #B560EF: hue angle of 275.66º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B560EF is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 96 | 239 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.06 |
| HSL | 275.66º | 0.82% | 0.66% | - |
| HSV(B) | 275.66º | 0.6% | 0.94% | - |
| XYZ | 38.82 | 24.42 | 84.33 | - |
| YUV | 137.72 | 185.16 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 239 | 0.24 | 0.60 | 0 | 0.06 | 275.66 | 0.82 | 0.66 |
| Hex | B5 | 60 | EF | 18 | 3C | 0 | 6 | 114 | 52 | 42 |
| Octal | 265 | 140 | 357 | 30 | 74 | 0 | 6 | 424 | 122 | 102 |
| Binary | 10110101 | 1100000 | 11101111 | 11000 | 111100 | 0 | 110 | 100010100 | 1010010 | 1000010 |
Color Harmonies of #B560EF
Complementary color
Monochromatic Colors of #B560EF
Black with #B560EF
Text Example
Text Example
White with #B560EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560EF; }
p { color: rgb(181,96,239); }
H1.HeaderClassName
{
color: #B560EF;
}
.AnyTagClassName
{
color: #B560EF;
}
</style>
background-color css
<style>
a { background-color: #B560EF; }
a { background-color: rgb(181,96,239); }
div.DivClassName
{
background-color: #B560EF;
}
.BgClassName
{
background-color: #B560EF;
}
</style>
border-color css
<style>
span { border-color: #B560EF; }
span { border-color: rgb(181,96,239); }
td.TdClassName
{
border-color: #B560EF;
}
.TagClassName
{
border-color: #B560EF;
}
</style>