Shades of Medium Orchid #B564C9
Tints of Medium Orchid #B564C9
RGB
CMYK
RGB Variations
Color information
#B564C9 (or 0xB564C9) is known color: Medium Orchid. HEX triplet: B5, 64 and C9. RGB value is (181,100,201). Sum of RGB (Red+Green+Blue) = 181+100+201=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 100 (39.45% from 255 or 20.75% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #B564C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564C9 is #4A9B36. Grayscale: #878787. Windows color (decimal): -4889399 or 13198517. OLE color: 13198517.
HSL color Cylindrical-coordinate representation of color #B564C9: hue angle of 288.12º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B564C9 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 100 | 201 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.21 |
| HSL | 288.12º | 0.48% | 0.59% | - |
| HSV(B) | 288.12º | 0.5% | 0.79% | - |
| XYZ | 34.16 | 23.16 | 57.93 | - |
| YUV | 135.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 201 | 0.10 | 0.50 | 0 | 0.21 | 288.12 | 0.48 | 0.59 |
| Hex | B5 | 64 | C9 | A | 32 | 0 | 15 | 120 | 30 | 3B |
| Octal | 265 | 144 | 311 | 12 | 62 | 0 | 25 | 440 | 60 | 73 |
| Binary | 10110101 | 1100100 | 11001001 | 1010 | 110010 | 0 | 10101 | 100100000 | 110000 | 111011 |
Color Harmonies of #B564C9
Complementary color
Monochromatic Colors of #B564C9
Black with #B564C9
Text Example
Text Example
White with #B564C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564C9; }
p { color: rgb(181,100,201); }
H1.HeaderClassName
{
color: #B564C9;
}
.AnyTagClassName
{
color: #B564C9;
}
</style>
background-color css
<style>
a { background-color: #B564C9; }
a { background-color: rgb(181,100,201); }
div.DivClassName
{
background-color: #B564C9;
}
.BgClassName
{
background-color: #B564C9;
}
</style>
border-color css
<style>
span { border-color: #B564C9; }
span { border-color: rgb(181,100,201); }
td.TdClassName
{
border-color: #B564C9;
}
.TagClassName
{
border-color: #B564C9;
}
</style>