Shades of Medium Orchid #B563D0
Tints of Medium Orchid #B563D0
RGB
CMYK
RGB Variations
Color information
#B563D0 (or 0xB563D0) is known color: Medium Orchid. HEX triplet: B5, 63 and D0. RGB value is (181,99,208). Sum of RGB (Red+Green+Blue) = 181+99+208=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #B563D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563D0 is #4A9C2F. Grayscale: #878787. Windows color (decimal): -4889648 or 13657013. OLE color: 13657013.
HSL color Cylindrical-coordinate representation of color #B563D0: hue angle of 285.14º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B563D0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 99 | 208 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.18 |
| HSL | 285.14º | 0.54% | 0.6% | - |
| HSV(B) | 285.14º | 0.52% | 0.82% | - |
| XYZ | 34.9 | 23.3 | 62.33 | - |
| YUV | 135.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 208 | 0.13 | 0.52 | 0 | 0.18 | 285.14 | 0.54 | 0.6 |
| Hex | B5 | 63 | D0 | D | 34 | 0 | 12 | 11D | 36 | 3C |
| Octal | 265 | 143 | 320 | 15 | 64 | 0 | 22 | 435 | 66 | 74 |
| Binary | 10110101 | 1100011 | 11010000 | 1101 | 110100 | 0 | 10010 | 100011101 | 110110 | 111100 |
Color Harmonies of #B563D0
Complementary color
Monochromatic Colors of #B563D0
Black with #B563D0
Text Example
Text Example
White with #B563D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563D0; }
p { color: rgb(181,99,208); }
H1.HeaderClassName
{
color: #B563D0;
}
.AnyTagClassName
{
color: #B563D0;
}
</style>
background-color css
<style>
a { background-color: #B563D0; }
a { background-color: rgb(181,99,208); }
div.DivClassName
{
background-color: #B563D0;
}
.BgClassName
{
background-color: #B563D0;
}
</style>
border-color css
<style>
span { border-color: #B563D0; }
span { border-color: rgb(181,99,208); }
td.TdClassName
{
border-color: #B563D0;
}
.TagClassName
{
border-color: #B563D0;
}
</style>