Shades of Medium Orchid #B564C6
Tints of Medium Orchid #B564C6
RGB
CMYK
RGB Variations
Color information
#B564C6 (or 0xB564C6) is known color: Medium Orchid. HEX triplet: B5, 64 and C6. RGB value is (181,100,198). Sum of RGB (Red+Green+Blue) = 181+100+198=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #B564C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564C6 is #4A9B39. Grayscale: #878787. Windows color (decimal): -4889402 or 13001909. OLE color: 13001909.
HSL color Cylindrical-coordinate representation of color #B564C6: hue angle of 289.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B564C6 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 100 | 198 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.22 |
| HSL | 289.59º | 0.46% | 0.58% | - |
| HSV(B) | 289.59º | 0.49% | 0.78% | - |
| XYZ | 33.81 | 23.02 | 56.09 | - |
| YUV | 135.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 198 | 0.09 | 0.49 | 0 | 0.22 | 289.59 | 0.46 | 0.58 |
| Hex | B5 | 64 | C6 | 9 | 31 | 0 | 16 | 122 | 2E | 3A |
| Octal | 265 | 144 | 306 | 11 | 61 | 0 | 26 | 442 | 56 | 72 |
| Binary | 10110101 | 1100100 | 11000110 | 1001 | 110001 | 0 | 10110 | 100100010 | 101110 | 111010 |
Color Harmonies of #B564C6
Complementary color
Monochromatic Colors of #B564C6
Black with #B564C6
Text Example
Text Example
White with #B564C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564C6; }
p { color: rgb(181,100,198); }
H1.HeaderClassName
{
color: #B564C6;
}
.AnyTagClassName
{
color: #B564C6;
}
</style>
background-color css
<style>
a { background-color: #B564C6; }
a { background-color: rgb(181,100,198); }
div.DivClassName
{
background-color: #B564C6;
}
.BgClassName
{
background-color: #B564C6;
}
</style>
border-color css
<style>
span { border-color: #B564C6; }
span { border-color: rgb(181,100,198); }
td.TdClassName
{
border-color: #B564C6;
}
.TagClassName
{
border-color: #B564C6;
}
</style>