Shades of Medium Orchid #B564D0
Tints of Medium Orchid #B564D0
RGB
CMYK
RGB Variations
Color information
#B564D0 (or 0xB564D0) is known color: Medium Orchid. HEX triplet: B5, 64 and D0. RGB value is (181,100,208). Sum of RGB (Red+Green+Blue) = 181+100+208=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #B564D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564D0 is #4A9B2F. Grayscale: #888888. Windows color (decimal): -4889392 or 13657269. OLE color: 13657269.
HSL color Cylindrical-coordinate representation of color #B564D0: hue angle of 285º degrees, saturation: 0.53, 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 #B564D0 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 100 | 208 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.18 |
| HSL | 285º | 0.53% | 0.6% | - |
| HSV(B) | 285º | 0.52% | 0.82% | - |
| XYZ | 35 | 23.49 | 62.36 | - |
| YUV | 136.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 208 | 0.13 | 0.52 | 0 | 0.18 | 285 | 0.53 | 0.6 |
| Hex | B5 | 64 | D0 | D | 34 | 0 | 12 | 11D | 35 | 3C |
| Octal | 265 | 144 | 320 | 15 | 64 | 0 | 22 | 435 | 65 | 74 |
| Binary | 10110101 | 1100100 | 11010000 | 1101 | 110100 | 0 | 10010 | 100011101 | 110101 | 111100 |
Color Harmonies of #B564D0
Complementary color
Monochromatic Colors of #B564D0
Black with #B564D0
Text Example
Text Example
White with #B564D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564D0; }
p { color: rgb(181,100,208); }
H1.HeaderClassName
{
color: #B564D0;
}
.AnyTagClassName
{
color: #B564D0;
}
</style>
background-color css
<style>
a { background-color: #B564D0; }
a { background-color: rgb(181,100,208); }
div.DivClassName
{
background-color: #B564D0;
}
.BgClassName
{
background-color: #B564D0;
}
</style>
border-color css
<style>
span { border-color: #B564D0; }
span { border-color: rgb(181,100,208); }
td.TdClassName
{
border-color: #B564D0;
}
.TagClassName
{
border-color: #B564D0;
}
</style>