Shades of Medium Orchid #B56FCB
Tints of Medium Orchid #B56FCB
RGB
CMYK
RGB Variations
Color information
#B56FCB (or 0xB56FCB) is known color: Medium Orchid. HEX triplet: B5, 6F and CB. RGB value is (181,111,203). Sum of RGB (Red+Green+Blue) = 181+111+203=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #B56FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FCB is #4A9034. Grayscale: #8E8E8E. Windows color (decimal): -4886581 or 13332405. OLE color: 13332405.
HSL color Cylindrical-coordinate representation of color #B56FCB: hue angle of 285.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B56FCB is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 111 | 203 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.20 |
| HSL | 285.65º | 0.47% | 0.62% | - |
| HSV(B) | 285.65º | 0.45% | 0.8% | - |
| XYZ | 35.52 | 25.5 | 59.55 | - |
| YUV | 142.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 203 | 0.11 | 0.45 | 0 | 0.20 | 285.65 | 0.47 | 0.62 |
| Hex | B5 | 6F | CB | B | 2D | 0 | 14 | 11E | 2F | 3E |
| Octal | 265 | 157 | 313 | 13 | 55 | 0 | 24 | 436 | 57 | 76 |
| Binary | 10110101 | 1101111 | 11001011 | 1011 | 101101 | 0 | 10100 | 100011110 | 101111 | 111110 |
Color Harmonies of #B56FCB
Complementary color
Monochromatic Colors of #B56FCB
Black with #B56FCB
Text Example
Text Example
White with #B56FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FCB; }
p { color: rgb(181,111,203); }
H1.HeaderClassName
{
color: #B56FCB;
}
.AnyTagClassName
{
color: #B56FCB;
}
</style>
background-color css
<style>
a { background-color: #B56FCB; }
a { background-color: rgb(181,111,203); }
div.DivClassName
{
background-color: #B56FCB;
}
.BgClassName
{
background-color: #B56FCB;
}
</style>
border-color css
<style>
span { border-color: #B56FCB; }
span { border-color: rgb(181,111,203); }
td.TdClassName
{
border-color: #B56FCB;
}
.TagClassName
{
border-color: #B56FCB;
}
</style>