Shades of Medium Orchid #B56CCD
Tints of Medium Orchid #B56CCD
RGB
CMYK
RGB Variations
Color information
#B56CCD (or 0xB56CCD) is known color: Medium Orchid. HEX triplet: B5, 6C and CD. RGB value is (181,108,205). Sum of RGB (Red+Green+Blue) = 181+108+205=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #B56CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CCD is #4A9332. Grayscale: #8C8C8C. Windows color (decimal): -4887347 or 13462709. OLE color: 13462709.
HSL color Cylindrical-coordinate representation of color #B56CCD: hue angle of 285.15º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B56CCD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 108 | 205 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.20 |
| HSL | 285.15º | 0.49% | 0.61% | - |
| HSV(B) | 285.15º | 0.47% | 0.8% | - |
| XYZ | 35.44 | 24.96 | 60.71 | - |
| YUV | 140.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 108 | 205 | 0.12 | 0.47 | 0 | 0.20 | 285.15 | 0.49 | 0.61 |
| Hex | B5 | 6C | CD | C | 2F | 0 | 14 | 11D | 31 | 3D |
| Octal | 265 | 154 | 315 | 14 | 57 | 0 | 24 | 435 | 61 | 75 |
| Binary | 10110101 | 1101100 | 11001101 | 1100 | 101111 | 0 | 10100 | 100011101 | 110001 | 111101 |
Color Harmonies of #B56CCD
Complementary color
Monochromatic Colors of #B56CCD
Black with #B56CCD
Text Example
Text Example
White with #B56CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56CCD; }
p { color: rgb(181,108,205); }
H1.HeaderClassName
{
color: #B56CCD;
}
.AnyTagClassName
{
color: #B56CCD;
}
</style>
background-color css
<style>
a { background-color: #B56CCD; }
a { background-color: rgb(181,108,205); }
div.DivClassName
{
background-color: #B56CCD;
}
.BgClassName
{
background-color: #B56CCD;
}
</style>
border-color css
<style>
span { border-color: #B56CCD; }
span { border-color: rgb(181,108,205); }
td.TdClassName
{
border-color: #B56CCD;
}
.TagClassName
{
border-color: #B56CCD;
}
</style>