Shades of Medium Orchid #B56ACE
Tints of Medium Orchid #B56ACE
RGB
CMYK
RGB Variations
Color information
#B56ACE (or 0xB56ACE) is known color: Medium Orchid. HEX triplet: B5, 6A and CE. RGB value is (181,106,206). Sum of RGB (Red+Green+Blue) = 181+106+206=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #B56ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACE is #4A9531. Grayscale: #8B8B8B. Windows color (decimal): -4887858 or 13527733. OLE color: 13527733.
HSL color Cylindrical-coordinate representation of color #B56ACE: hue angle of 285º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56ACE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 106 | 206 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.19 |
| HSL | 285º | 0.51% | 0.61% | - |
| HSV(B) | 285º | 0.49% | 0.81% | - |
| XYZ | 35.35 | 24.59 | 61.28 | - |
| YUV | 139.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 206 | 0.12 | 0.49 | 0 | 0.19 | 285 | 0.51 | 0.61 |
| Hex | B5 | 6A | CE | C | 31 | 0 | 13 | 11D | 33 | 3D |
| Octal | 265 | 152 | 316 | 14 | 61 | 0 | 23 | 435 | 63 | 75 |
| Binary | 10110101 | 1101010 | 11001110 | 1100 | 110001 | 0 | 10011 | 100011101 | 110011 | 111101 |
Color Harmonies of #B56ACE
Complementary color
Monochromatic Colors of #B56ACE
Black with #B56ACE
Text Example
Text Example
White with #B56ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ACE; }
p { color: rgb(181,106,206); }
H1.HeaderClassName
{
color: #B56ACE;
}
.AnyTagClassName
{
color: #B56ACE;
}
</style>
background-color css
<style>
a { background-color: #B56ACE; }
a { background-color: rgb(181,106,206); }
div.DivClassName
{
background-color: #B56ACE;
}
.BgClassName
{
background-color: #B56ACE;
}
</style>
border-color css
<style>
span { border-color: #B56ACE; }
span { border-color: rgb(181,106,206); }
td.TdClassName
{
border-color: #B56ACE;
}
.TagClassName
{
border-color: #B56ACE;
}
</style>