Shades of Medium Orchid #B56ACC
Tints of Medium Orchid #B56ACC
RGB
CMYK
RGB Variations
Color information
#B56ACC (or 0xB56ACC) is known color: Medium Orchid. HEX triplet: B5, 6A and CC. RGB value is (181,106,204). Sum of RGB (Red+Green+Blue) = 181+106+204=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B56ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACC is #4A9533. Grayscale: #8B8B8B. Windows color (decimal): -4887860 or 13396661. OLE color: 13396661.
HSL color Cylindrical-coordinate representation of color #B56ACC: hue angle of 285.92º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B56ACC is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 106 | 204 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.2 |
| HSL | 285.92º | 0.49% | 0.61% | - |
| HSV(B) | 285.92º | 0.48% | 0.8% | - |
| XYZ | 35.11 | 24.49 | 60 | - |
| YUV | 139.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 204 | 0.11 | 0.48 | 0 | 0.2 | 285.92 | 0.49 | 0.61 |
| Hex | B5 | 6A | CC | B | 30 | 0 | 14 | 11E | 31 | 3D |
| Octal | 265 | 152 | 314 | 13 | 60 | 0 | 24 | 436 | 61 | 75 |
| Binary | 10110101 | 1101010 | 11001100 | 1011 | 110000 | 0 | 10100 | 100011110 | 110001 | 111101 |
Color Harmonies of #B56ACC
Complementary color
Monochromatic Colors of #B56ACC
Black with #B56ACC
Text Example
Text Example
White with #B56ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ACC; }
p { color: rgb(181,106,204); }
H1.HeaderClassName
{
color: #B56ACC;
}
.AnyTagClassName
{
color: #B56ACC;
}
</style>
background-color css
<style>
a { background-color: #B56ACC; }
a { background-color: rgb(181,106,204); }
div.DivClassName
{
background-color: #B56ACC;
}
.BgClassName
{
background-color: #B56ACC;
}
</style>
border-color css
<style>
span { border-color: #B56ACC; }
span { border-color: rgb(181,106,204); }
td.TdClassName
{
border-color: #B56ACC;
}
.TagClassName
{
border-color: #B56ACC;
}
</style>