Shades of Medium Orchid #B564D6
Tints of Medium Orchid #B564D6
RGB
CMYK
RGB Variations
Color information
#B564D6 (or 0xB564D6) is known color: Medium Orchid. HEX triplet: B5, 64 and D6. RGB value is (181,100,214). Sum of RGB (Red+Green+Blue) = 181+100+214=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 100 (39.45% from 255 or 20.20% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #B564D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564D6 is #4A9B29. Grayscale: #888888. Windows color (decimal): -4889386 or 14050485. OLE color: 14050485.
HSL color Cylindrical-coordinate representation of color #B564D6: hue angle of 282.63º degrees, saturation: 0.58, 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 #B564D6 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 100 | 214 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.16 |
| HSL | 282.63º | 0.58% | 0.62% | - |
| HSV(B) | 282.63º | 0.53% | 0.84% | - |
| XYZ | 35.75 | 23.79 | 66.33 | - |
| YUV | 137.22 | 171.34 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 214 | 0.15 | 0.53 | 0 | 0.16 | 282.63 | 0.58 | 0.62 |
| Hex | B5 | 64 | D6 | F | 35 | 0 | 10 | 11B | 3A | 3E |
| Octal | 265 | 144 | 326 | 17 | 65 | 0 | 20 | 433 | 72 | 76 |
| Binary | 10110101 | 1100100 | 11010110 | 1111 | 110101 | 0 | 10000 | 100011011 | 111010 | 111110 |
Color Harmonies of #B564D6
Complementary color
Monochromatic Colors of #B564D6
Black with #B564D6
Text Example
Text Example
White with #B564D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564D6; }
p { color: rgb(181,100,214); }
H1.HeaderClassName
{
color: #B564D6;
}
.AnyTagClassName
{
color: #B564D6;
}
</style>
background-color css
<style>
a { background-color: #B564D6; }
a { background-color: rgb(181,100,214); }
div.DivClassName
{
background-color: #B564D6;
}
.BgClassName
{
background-color: #B564D6;
}
</style>
border-color css
<style>
span { border-color: #B564D6; }
span { border-color: rgb(181,100,214); }
td.TdClassName
{
border-color: #B564D6;
}
.TagClassName
{
border-color: #B564D6;
}
</style>