Shades of Medium Orchid #B563C7
Tints of Medium Orchid #B563C7
RGB
CMYK
RGB Variations
Color information
#B563C7 (or 0xB563C7) is known color: Medium Orchid. HEX triplet: B5, 63 and C7. RGB value is (181,99,199). Sum of RGB (Red+Green+Blue) = 181+99+199=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 199 (78.12% from 255 or 41.54% from 479); Max value from RGB is 199 - color contains mainly: blue. Hex color #B563C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563C7 is #4A9C38. Grayscale: #868686. Windows color (decimal): -4889657 or 13067189. OLE color: 13067189.
HSL color Cylindrical-coordinate representation of color #B563C7: hue angle of 289.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B563C7 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 99 | 199 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.22 |
| HSL | 289.2º | 0.47% | 0.58% | - |
| HSV(B) | 289.2º | 0.5% | 0.78% | - |
| XYZ | 33.83 | 22.87 | 56.66 | - |
| YUV | 134.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 199 | 0.09 | 0.50 | 0 | 0.22 | 289.2 | 0.47 | 0.58 |
| Hex | B5 | 63 | C7 | 9 | 32 | 0 | 16 | 121 | 2F | 3A |
| Octal | 265 | 143 | 307 | 11 | 62 | 0 | 26 | 441 | 57 | 72 |
| Binary | 10110101 | 1100011 | 11000111 | 1001 | 110010 | 0 | 10110 | 100100001 | 101111 | 111010 |
Color Harmonies of #B563C7
Complementary color
Monochromatic Colors of #B563C7
Black with #B563C7
Text Example
Text Example
White with #B563C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563C7; }
p { color: rgb(181,99,199); }
H1.HeaderClassName
{
color: #B563C7;
}
.AnyTagClassName
{
color: #B563C7;
}
</style>
background-color css
<style>
a { background-color: #B563C7; }
a { background-color: rgb(181,99,199); }
div.DivClassName
{
background-color: #B563C7;
}
.BgClassName
{
background-color: #B563C7;
}
</style>
border-color css
<style>
span { border-color: #B563C7; }
span { border-color: rgb(181,99,199); }
td.TdClassName
{
border-color: #B563C7;
}
.TagClassName
{
border-color: #B563C7;
}
</style>