Shades of Medium Orchid #B564EC
Tints of Medium Orchid #B564EC
RGB
CMYK
RGB Variations
Color information
#B564EC (or 0xB564EC) is known color: Medium Orchid. HEX triplet: B5, 64 and EC. RGB value is (181,100,236). Sum of RGB (Red+Green+Blue) = 181+100+236=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #B564EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B564EC is #4A9B13. Grayscale: #8B8B8B. Windows color (decimal): -4889364 or 15492277. OLE color: 15492277.
HSL color Cylindrical-coordinate representation of color #B564EC: hue angle of 275.74º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B564EC is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 100 | 236 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.07 |
| HSL | 275.74º | 0.78% | 0.66% | - |
| HSV(B) | 275.74º | 0.58% | 0.93% | - |
| XYZ | 38.75 | 24.99 | 82.14 | - |
| YUV | 139.72 | 182.34 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 236 | 0.23 | 0.58 | 0 | 0.07 | 275.74 | 0.78 | 0.66 |
| Hex | B5 | 64 | EC | 17 | 3A | 0 | 7 | 114 | 4E | 42 |
| Octal | 265 | 144 | 354 | 27 | 72 | 0 | 7 | 424 | 116 | 102 |
| Binary | 10110101 | 1100100 | 11101100 | 10111 | 111010 | 0 | 111 | 100010100 | 1001110 | 1000010 |
Color Harmonies of #B564EC
Complementary color
Monochromatic Colors of #B564EC
Black with #B564EC
Text Example
Text Example
White with #B564EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564EC; }
p { color: rgb(181,100,236); }
H1.HeaderClassName
{
color: #B564EC;
}
.AnyTagClassName
{
color: #B564EC;
}
</style>
background-color css
<style>
a { background-color: #B564EC; }
a { background-color: rgb(181,100,236); }
div.DivClassName
{
background-color: #B564EC;
}
.BgClassName
{
background-color: #B564EC;
}
</style>
border-color css
<style>
span { border-color: #B564EC; }
span { border-color: rgb(181,100,236); }
td.TdClassName
{
border-color: #B564EC;
}
.TagClassName
{
border-color: #B564EC;
}
</style>