Shades of Medium Orchid #B563E5
Tints of Medium Orchid #B563E5
RGB
CMYK
RGB Variations
Color information
#B563E5 (or 0xB563E5) is known color: Medium Orchid. HEX triplet: B5, 63 and E5. RGB value is (181,99,229). Sum of RGB (Red+Green+Blue) = 181+99+229=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #B563E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563E5 is #4A9C1A. Grayscale: #898989. Windows color (decimal): -4889627 or 15033269. OLE color: 15033269.
HSL color Cylindrical-coordinate representation of color #B563E5: hue angle of 277.85º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B563E5 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 99 | 229 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.10 |
| HSL | 277.85º | 0.71% | 0.64% | - |
| HSV(B) | 277.85º | 0.57% | 0.9% | - |
| XYZ | 37.66 | 24.4 | 76.85 | - |
| YUV | 138.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 229 | 0.21 | 0.57 | 0 | 0.10 | 277.85 | 0.71 | 0.64 |
| Hex | B5 | 63 | E5 | 15 | 39 | 0 | A | 116 | 47 | 40 |
| Octal | 265 | 143 | 345 | 25 | 71 | 0 | 12 | 426 | 107 | 100 |
| Binary | 10110101 | 1100011 | 11100101 | 10101 | 111001 | 0 | 1010 | 100010110 | 1000111 | 1000000 |
Color Harmonies of #B563E5
Complementary color
Monochromatic Colors of #B563E5
Black with #B563E5
Text Example
Text Example
White with #B563E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563E5; }
p { color: rgb(181,99,229); }
H1.HeaderClassName
{
color: #B563E5;
}
.AnyTagClassName
{
color: #B563E5;
}
</style>
background-color css
<style>
a { background-color: #B563E5; }
a { background-color: rgb(181,99,229); }
div.DivClassName
{
background-color: #B563E5;
}
.BgClassName
{
background-color: #B563E5;
}
</style>
border-color css
<style>
span { border-color: #B563E5; }
span { border-color: rgb(181,99,229); }
td.TdClassName
{
border-color: #B563E5;
}
.TagClassName
{
border-color: #B563E5;
}
</style>