Shades of Medium Orchid #B56FCD
Tints of Medium Orchid #B56FCD
RGB
CMYK
RGB Variations
Color information
#B56FCD (or 0xB56FCD) is known color: Medium Orchid. HEX triplet: B5, 6F and CD. RGB value is (181,111,205). Sum of RGB (Red+Green+Blue) = 181+111+205=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B56FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FCD is #4A9032. Grayscale: #8E8E8E. Windows color (decimal): -4886579 or 13463477. OLE color: 13463477.
HSL color Cylindrical-coordinate representation of color #B56FCD: hue angle of 284.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B56FCD is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 111 | 205 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.20 |
| HSL | 284.68º | 0.48% | 0.62% | - |
| HSV(B) | 284.68º | 0.46% | 0.8% | - |
| XYZ | 35.76 | 25.6 | 60.81 | - |
| YUV | 142.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 111 | 205 | 0.12 | 0.46 | 0 | 0.20 | 284.68 | 0.48 | 0.62 |
| Hex | B5 | 6F | CD | C | 2E | 0 | 14 | 11D | 30 | 3E |
| Octal | 265 | 157 | 315 | 14 | 56 | 0 | 24 | 435 | 60 | 76 |
| Binary | 10110101 | 1101111 | 11001101 | 1100 | 101110 | 0 | 10100 | 100011101 | 110000 | 111110 |
Color Harmonies of #B56FCD
Complementary color
Monochromatic Colors of #B56FCD
Black with #B56FCD
Text Example
Text Example
White with #B56FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56FCD; }
p { color: rgb(181,111,205); }
H1.HeaderClassName
{
color: #B56FCD;
}
.AnyTagClassName
{
color: #B56FCD;
}
</style>
background-color css
<style>
a { background-color: #B56FCD; }
a { background-color: rgb(181,111,205); }
div.DivClassName
{
background-color: #B56FCD;
}
.BgClassName
{
background-color: #B56FCD;
}
</style>
border-color css
<style>
span { border-color: #B56FCD; }
span { border-color: rgb(181,111,205); }
td.TdClassName
{
border-color: #B56FCD;
}
.TagClassName
{
border-color: #B56FCD;
}
</style>