Shades of Medium Orchid #B563DC
Tints of Medium Orchid #B563DC
RGB
CMYK
RGB Variations
Color information
#B563DC (or 0xB563DC) is known color: Medium Orchid. HEX triplet: B5, 63 and DC. RGB value is (181,99,220). Sum of RGB (Red+Green+Blue) = 181+99+220=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #B563DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563DC is #4A9C23. Grayscale: #888888. Windows color (decimal): -4889636 or 14443445. OLE color: 14443445.
HSL color Cylindrical-coordinate representation of color #B563DC: hue angle of 280.66º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B563DC is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 99 | 220 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.14 |
| HSL | 280.66º | 0.63% | 0.63% | - |
| HSV(B) | 280.66º | 0.55% | 0.86% | - |
| XYZ | 36.44 | 23.91 | 70.41 | - |
| YUV | 137.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 220 | 0.18 | 0.55 | 0 | 0.14 | 280.66 | 0.63 | 0.63 |
| Hex | B5 | 63 | DC | 12 | 37 | 0 | E | 119 | 3F | 3F |
| Octal | 265 | 143 | 334 | 22 | 67 | 0 | 16 | 431 | 77 | 77 |
| Binary | 10110101 | 1100011 | 11011100 | 10010 | 110111 | 0 | 1110 | 100011001 | 111111 | 111111 |
Color Harmonies of #B563DC
Complementary color
Monochromatic Colors of #B563DC
Black with #B563DC
Text Example
Text Example
White with #B563DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563DC; }
p { color: rgb(181,99,220); }
H1.HeaderClassName
{
color: #B563DC;
}
.AnyTagClassName
{
color: #B563DC;
}
</style>
background-color css
<style>
a { background-color: #B563DC; }
a { background-color: rgb(181,99,220); }
div.DivClassName
{
background-color: #B563DC;
}
.BgClassName
{
background-color: #B563DC;
}
</style>
border-color css
<style>
span { border-color: #B563DC; }
span { border-color: rgb(181,99,220); }
td.TdClassName
{
border-color: #B563DC;
}
.TagClassName
{
border-color: #B563DC;
}
</style>