Shades of Medium Orchid #B56BDC
Tints of Medium Orchid #B56BDC
RGB
CMYK
RGB Variations
Color information
#B56BDC (or 0xB56BDC) is known color: Medium Orchid. HEX triplet: B5, 6B and DC. RGB value is (181,107,220). Sum of RGB (Red+Green+Blue) = 181+107+220=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #B56BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BDC is #4A9423. Grayscale: #8D8D8D. Windows color (decimal): -4887588 or 14445493. OLE color: 14445493.
HSL color Cylindrical-coordinate representation of color #B56BDC: hue angle of 279.29º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B56BDC is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 107 | 220 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.14 |
| HSL | 279.29º | 0.62% | 0.64% | - |
| HSV(B) | 279.29º | 0.51% | 0.86% | - |
| XYZ | 37.23 | 25.51 | 70.67 | - |
| YUV | 142.01 | 172.02 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 220 | 0.18 | 0.51 | 0 | 0.14 | 279.29 | 0.62 | 0.64 |
| Hex | B5 | 6B | DC | 12 | 33 | 0 | E | 117 | 3E | 40 |
| Octal | 265 | 153 | 334 | 22 | 63 | 0 | 16 | 427 | 76 | 100 |
| Binary | 10110101 | 1101011 | 11011100 | 10010 | 110011 | 0 | 1110 | 100010111 | 111110 | 1000000 |
Color Harmonies of #B56BDC
Complementary color
Monochromatic Colors of #B56BDC
Black with #B56BDC
Text Example
Text Example
White with #B56BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BDC; }
p { color: rgb(181,107,220); }
H1.HeaderClassName
{
color: #B56BDC;
}
.AnyTagClassName
{
color: #B56BDC;
}
</style>
background-color css
<style>
a { background-color: #B56BDC; }
a { background-color: rgb(181,107,220); }
div.DivClassName
{
background-color: #B56BDC;
}
.BgClassName
{
background-color: #B56BDC;
}
</style>
border-color css
<style>
span { border-color: #B56BDC; }
span { border-color: rgb(181,107,220); }
td.TdClassName
{
border-color: #B56BDC;
}
.TagClassName
{
border-color: #B56BDC;
}
</style>