Shades of Medium Orchid #B564CE
Tints of Medium Orchid #B564CE
RGB
CMYK
RGB Variations
Color information
#B564CE (or 0xB564CE) is known color: Medium Orchid. HEX triplet: B5, 64 and CE. RGB value is (181,100,206). Sum of RGB (Red+Green+Blue) = 181+100+206=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B564CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564CE is #4A9B31. Grayscale: #878787. Windows color (decimal): -4889394 or 13526197. OLE color: 13526197.
HSL color Cylindrical-coordinate representation of color #B564CE: hue angle of 285.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B564CE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 100 | 206 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.19 |
| HSL | 285.85º | 0.52% | 0.6% | - |
| HSV(B) | 285.85º | 0.51% | 0.81% | - |
| XYZ | 34.75 | 23.39 | 61.08 | - |
| YUV | 136.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 206 | 0.12 | 0.51 | 0 | 0.19 | 285.85 | 0.52 | 0.6 |
| Hex | B5 | 64 | CE | C | 33 | 0 | 13 | 11E | 34 | 3C |
| Octal | 265 | 144 | 316 | 14 | 63 | 0 | 23 | 436 | 64 | 74 |
| Binary | 10110101 | 1100100 | 11001110 | 1100 | 110011 | 0 | 10011 | 100011110 | 110100 | 111100 |
Color Harmonies of #B564CE
Complementary color
Monochromatic Colors of #B564CE
Black with #B564CE
Text Example
Text Example
White with #B564CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564CE; }
p { color: rgb(181,100,206); }
H1.HeaderClassName
{
color: #B564CE;
}
.AnyTagClassName
{
color: #B564CE;
}
</style>
background-color css
<style>
a { background-color: #B564CE; }
a { background-color: rgb(181,100,206); }
div.DivClassName
{
background-color: #B564CE;
}
.BgClassName
{
background-color: #B564CE;
}
</style>
border-color css
<style>
span { border-color: #B564CE; }
span { border-color: rgb(181,100,206); }
td.TdClassName
{
border-color: #B564CE;
}
.TagClassName
{
border-color: #B564CE;
}
</style>