Shades of Medium Orchid #B56ACB
Tints of Medium Orchid #B56ACB
RGB
CMYK
RGB Variations
Color information
#B56ACB (or 0xB56ACB) is known color: Medium Orchid. HEX triplet: B5, 6A and CB. RGB value is (181,106,203). Sum of RGB (Red+Green+Blue) = 181+106+203=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACB is #4A9534. Grayscale: #8B8B8B. Windows color (decimal): -4887861 or 13331125. OLE color: 13331125.
HSL color Cylindrical-coordinate representation of color #B56ACB: hue angle of 286.39º degrees, saturation: 0.48, 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 #B56ACB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 106 | 203 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.20 |
| HSL | 286.39º | 0.48% | 0.61% | - |
| HSV(B) | 286.39º | 0.48% | 0.8% | - |
| XYZ | 34.99 | 24.44 | 59.37 | - |
| YUV | 139.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 106 | 203 | 0.11 | 0.48 | 0 | 0.20 | 286.39 | 0.48 | 0.61 |
| Hex | B5 | 6A | CB | B | 30 | 0 | 14 | 11E | 30 | 3D |
| Octal | 265 | 152 | 313 | 13 | 60 | 0 | 24 | 436 | 60 | 75 |
| Binary | 10110101 | 1101010 | 11001011 | 1011 | 110000 | 0 | 10100 | 100011110 | 110000 | 111101 |
Color Harmonies of #B56ACB
Complementary color
Monochromatic Colors of #B56ACB
Black with #B56ACB
Text Example
Text Example
White with #B56ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56ACB; }
p { color: rgb(181,106,203); }
H1.HeaderClassName
{
color: #B56ACB;
}
.AnyTagClassName
{
color: #B56ACB;
}
</style>
background-color css
<style>
a { background-color: #B56ACB; }
a { background-color: rgb(181,106,203); }
div.DivClassName
{
background-color: #B56ACB;
}
.BgClassName
{
background-color: #B56ACB;
}
</style>
border-color css
<style>
span { border-color: #B56ACB; }
span { border-color: rgb(181,106,203); }
td.TdClassName
{
border-color: #B56ACB;
}
.TagClassName
{
border-color: #B56ACB;
}
</style>