Shades of Medium Orchid #B56ACF
Tints of Medium Orchid #B56ACF
RGB
CMYK
RGB Variations
Color information
#B56ACF (or 0xB56ACF) is known color: Medium Orchid. HEX triplet: B5, 6A and CF. RGB value is (181,106,207). Sum of RGB (Red+Green+Blue) = 181+106+207=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B56ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACF is #4A9530. Grayscale: #8B8B8B. Windows color (decimal): -4887857 or 13593269. OLE color: 13593269.
HSL color Cylindrical-coordinate representation of color #B56ACF: hue angle of 284.55º 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 #B56ACF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 106 | 207 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.19 |
| HSL | 284.55º | 0.51% | 0.61% | - |
| HSV(B) | 284.55º | 0.49% | 0.81% | - |
| XYZ | 35.47 | 24.64 | 61.92 | - |
| YUV | 139.94 | 165.85 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 207 | 0.13 | 0.49 | 0 | 0.19 | 284.55 | 0.51 | 0.61 |
| Hex | B5 | 6A | CF | D | 31 | 0 | 13 | 11D | 33 | 3D |
| Octal | 265 | 152 | 317 | 15 | 61 | 0 | 23 | 435 | 63 | 75 |
| Binary | 10110101 | 1101010 | 11001111 | 1101 | 110001 | 0 | 10011 | 100011101 | 110011 | 111101 |
Color Harmonies of #B56ACF
Complementary color
Monochromatic Colors of #B56ACF
Black with #B56ACF
Text Example
Text Example
White with #B56ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ACF; }
p { color: rgb(181,106,207); }
H1.HeaderClassName
{
color: #B56ACF;
}
.AnyTagClassName
{
color: #B56ACF;
}
</style>
background-color css
<style>
a { background-color: #B56ACF; }
a { background-color: rgb(181,106,207); }
div.DivClassName
{
background-color: #B56ACF;
}
.BgClassName
{
background-color: #B56ACF;
}
</style>
border-color css
<style>
span { border-color: #B56ACF; }
span { border-color: rgb(181,106,207); }
td.TdClassName
{
border-color: #B56ACF;
}
.TagClassName
{
border-color: #B56ACF;
}
</style>