Shades of Medium Orchid #B564DB
Tints of Medium Orchid #B564DB
RGB
CMYK
RGB Variations
Color information
#B564DB (or 0xB564DB) is known color: Medium Orchid. HEX triplet: B5, 64 and DB. RGB value is (181,100,219). Sum of RGB (Red+Green+Blue) = 181+100+219=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B564DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564DB is #4A9B24. Grayscale: #898989. Windows color (decimal): -4889381 or 14378165. OLE color: 14378165.
HSL color Cylindrical-coordinate representation of color #B564DB: hue angle of 280.84º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B564DB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 100 | 219 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.14 |
| HSL | 280.84º | 0.62% | 0.63% | - |
| HSV(B) | 280.84º | 0.54% | 0.86% | - |
| XYZ | 36.4 | 24.05 | 69.74 | - |
| YUV | 137.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 219 | 0.17 | 0.54 | 0 | 0.14 | 280.84 | 0.62 | 0.63 |
| Hex | B5 | 64 | DB | 11 | 36 | 0 | E | 119 | 3E | 3F |
| Octal | 265 | 144 | 333 | 21 | 66 | 0 | 16 | 431 | 76 | 77 |
| Binary | 10110101 | 1100100 | 11011011 | 10001 | 110110 | 0 | 1110 | 100011001 | 111110 | 111111 |
Color Harmonies of #B564DB
Complementary color
Monochromatic Colors of #B564DB
Black with #B564DB
Text Example
Text Example
White with #B564DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564DB; }
p { color: rgb(181,100,219); }
H1.HeaderClassName
{
color: #B564DB;
}
.AnyTagClassName
{
color: #B564DB;
}
</style>
background-color css
<style>
a { background-color: #B564DB; }
a { background-color: rgb(181,100,219); }
div.DivClassName
{
background-color: #B564DB;
}
.BgClassName
{
background-color: #B564DB;
}
</style>
border-color css
<style>
span { border-color: #B564DB; }
span { border-color: rgb(181,100,219); }
td.TdClassName
{
border-color: #B564DB;
}
.TagClassName
{
border-color: #B564DB;
}
</style>