Shades of Medium Orchid #B563DB
Tints of Medium Orchid #B563DB
RGB
CMYK
RGB Variations
Color information
#B563DB (or 0xB563DB) is known color: Medium Orchid. HEX triplet: B5, 63 and DB. RGB value is (181,99,219). Sum of RGB (Red+Green+Blue) = 181+99+219=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B563DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B563DB is #4A9C24. Grayscale: #888888. Windows color (decimal): -4889637 or 14377909. OLE color: 14377909.
HSL color Cylindrical-coordinate representation of color #B563DB: hue angle of 281º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B563DB is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 99 | 219 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.14 |
| HSL | 281º | 0.63% | 0.62% | - |
| HSV(B) | 281º | 0.55% | 0.86% | - |
| XYZ | 36.3 | 23.86 | 69.71 | - |
| YUV | 137.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 219 | 0.17 | 0.55 | 0 | 0.14 | 281 | 0.63 | 0.62 |
| Hex | B5 | 63 | DB | 11 | 37 | 0 | E | 119 | 3E | 3E |
| Octal | 265 | 143 | 333 | 21 | 67 | 0 | 16 | 431 | 76 | 76 |
| Binary | 10110101 | 1100011 | 11011011 | 10001 | 110111 | 0 | 1110 | 100011001 | 111110 | 111110 |
Color Harmonies of #B563DB
Complementary color
Monochromatic Colors of #B563DB
Black with #B563DB
Text Example
Text Example
White with #B563DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563DB; }
p { color: rgb(181,99,219); }
H1.HeaderClassName
{
color: #B563DB;
}
.AnyTagClassName
{
color: #B563DB;
}
</style>
background-color css
<style>
a { background-color: #B563DB; }
a { background-color: rgb(181,99,219); }
div.DivClassName
{
background-color: #B563DB;
}
.BgClassName
{
background-color: #B563DB;
}
</style>
border-color css
<style>
span { border-color: #B563DB; }
span { border-color: rgb(181,99,219); }
td.TdClassName
{
border-color: #B563DB;
}
.TagClassName
{
border-color: #B563DB;
}
</style>