Shades of Medium Orchid #B564D7
Tints of Medium Orchid #B564D7
RGB
CMYK
RGB Variations
Color information
#B564D7 (or 0xB564D7) is known color: Medium Orchid. HEX triplet: B5, 64 and D7. RGB value is (181,100,215). Sum of RGB (Red+Green+Blue) = 181+100+215=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #B564D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564D7 is #4A9B28. Grayscale: #888888. Windows color (decimal): -4889385 or 14116021. OLE color: 14116021.
HSL color Cylindrical-coordinate representation of color #B564D7: hue angle of 282.26º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B564D7 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 100 | 215 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.16 |
| HSL | 282.26º | 0.59% | 0.62% | - |
| HSV(B) | 282.26º | 0.53% | 0.84% | - |
| XYZ | 35.88 | 23.84 | 67 | - |
| YUV | 137.33 | 171.84 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 215 | 0.16 | 0.53 | 0 | 0.16 | 282.26 | 0.59 | 0.62 |
| Hex | B5 | 64 | D7 | 10 | 35 | 0 | 10 | 11A | 3B | 3E |
| Octal | 265 | 144 | 327 | 20 | 65 | 0 | 20 | 432 | 73 | 76 |
| Binary | 10110101 | 1100100 | 11010111 | 10000 | 110101 | 0 | 10000 | 100011010 | 111011 | 111110 |
Color Harmonies of #B564D7
Complementary color
Monochromatic Colors of #B564D7
Black with #B564D7
Text Example
Text Example
White with #B564D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564D7; }
p { color: rgb(181,100,215); }
H1.HeaderClassName
{
color: #B564D7;
}
.AnyTagClassName
{
color: #B564D7;
}
</style>
background-color css
<style>
a { background-color: #B564D7; }
a { background-color: rgb(181,100,215); }
div.DivClassName
{
background-color: #B564D7;
}
.BgClassName
{
background-color: #B564D7;
}
</style>
border-color css
<style>
span { border-color: #B564D7; }
span { border-color: rgb(181,100,215); }
td.TdClassName
{
border-color: #B564D7;
}
.TagClassName
{
border-color: #B564D7;
}
</style>