Shades of Medium Orchid #B564CF
Tints of Medium Orchid #B564CF
RGB
CMYK
RGB Variations
Color information
#B564CF (or 0xB564CF) is known color: Medium Orchid. HEX triplet: B5, 64 and CF. RGB value is (181,100,207). Sum of RGB (Red+Green+Blue) = 181+100+207=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B564CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CF is #4A9B30. Grayscale: #888888. Windows color (decimal): -4889393 or 13591733. OLE color: 13591733.
HSL color Cylindrical-coordinate representation of color #B564CF: hue angle of 285.42º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B564CF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 100 | 207 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.19 |
| HSL | 285.42º | 0.53% | 0.6% | - |
| HSV(B) | 285.42º | 0.52% | 0.81% | - |
| XYZ | 34.88 | 23.44 | 61.72 | - |
| YUV | 136.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 207 | 0.13 | 0.52 | 0 | 0.19 | 285.42 | 0.53 | 0.6 |
| Hex | B5 | 64 | CF | D | 34 | 0 | 13 | 11D | 35 | 3C |
| Octal | 265 | 144 | 317 | 15 | 64 | 0 | 23 | 435 | 65 | 74 |
| Binary | 10110101 | 1100100 | 11001111 | 1101 | 110100 | 0 | 10011 | 100011101 | 110101 | 111100 |
Color Harmonies of #B564CF
Complementary color
Monochromatic Colors of #B564CF
Black with #B564CF
Text Example
Text Example
White with #B564CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564CF; }
p { color: rgb(181,100,207); }
H1.HeaderClassName
{
color: #B564CF;
}
.AnyTagClassName
{
color: #B564CF;
}
</style>
background-color css
<style>
a { background-color: #B564CF; }
a { background-color: rgb(181,100,207); }
div.DivClassName
{
background-color: #B564CF;
}
.BgClassName
{
background-color: #B564CF;
}
</style>
border-color css
<style>
span { border-color: #B564CF; }
span { border-color: rgb(181,100,207); }
td.TdClassName
{
border-color: #B564CF;
}
.TagClassName
{
border-color: #B564CF;
}
</style>