Shades of Medium Orchid #B560E8
Tints of Medium Orchid #B560E8
RGB
CMYK
RGB Variations
Color information
#B560E8 (or 0xB560E8) is known color: Medium Orchid. HEX triplet: B5, 60 and E8. RGB value is (181,96,232). Sum of RGB (Red+Green+Blue) = 181+96+232=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #B560E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B560E8 is #4A9F17. Grayscale: #888888. Windows color (decimal): -4890392 or 15229109. OLE color: 15229109.
HSL color Cylindrical-coordinate representation of color #B560E8: hue angle of 277.5º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B560E8 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 96 | 232 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.09 |
| HSL | 277.5º | 0.75% | 0.64% | - |
| HSV(B) | 277.5º | 0.59% | 0.91% | - |
| XYZ | 37.8 | 24.02 | 78.99 | - |
| YUV | 136.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 232 | 0.22 | 0.59 | 0 | 0.09 | 277.5 | 0.75 | 0.64 |
| Hex | B5 | 60 | E8 | 16 | 3B | 0 | 9 | 116 | 4B | 40 |
| Octal | 265 | 140 | 350 | 26 | 73 | 0 | 11 | 426 | 113 | 100 |
| Binary | 10110101 | 1100000 | 11101000 | 10110 | 111011 | 0 | 1001 | 100010110 | 1001011 | 1000000 |
Color Harmonies of #B560E8
Complementary color
Monochromatic Colors of #B560E8
Black with #B560E8
Text Example
Text Example
White with #B560E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560E8; }
p { color: rgb(181,96,232); }
H1.HeaderClassName
{
color: #B560E8;
}
.AnyTagClassName
{
color: #B560E8;
}
</style>
background-color css
<style>
a { background-color: #B560E8; }
a { background-color: rgb(181,96,232); }
div.DivClassName
{
background-color: #B560E8;
}
.BgClassName
{
background-color: #B560E8;
}
</style>
border-color css
<style>
span { border-color: #B560E8; }
span { border-color: rgb(181,96,232); }
td.TdClassName
{
border-color: #B560E8;
}
.TagClassName
{
border-color: #B560E8;
}
</style>