Shades of Medium Orchid #B656DC
Tints of Medium Orchid #B656DC
RGB
CMYK
RGB Variations
Color information
#B656DC (or 0xB656DC) is known color: Medium Orchid. HEX triplet: B6, 56 and DC. RGB value is (182,86,220). Sum of RGB (Red+Green+Blue) = 182+86+220=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B656DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656DC is #49A923. Grayscale: #818181. Windows color (decimal): -4827428 or 14440118. OLE color: 14440118.
HSL color Cylindrical-coordinate representation of color #B656DC: hue angle of 282.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B656DC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 86 | 220 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.14 |
| HSL | 282.99º | 0.66% | 0.6% | - |
| HSV(B) | 282.99º | 0.61% | 0.86% | - |
| XYZ | 35.54 | 21.77 | 70.04 | - |
| YUV | 129.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 220 | 0.17 | 0.61 | 0 | 0.14 | 282.99 | 0.66 | 0.6 |
| Hex | B6 | 56 | DC | 11 | 3D | 0 | E | 11B | 42 | 3C |
| Octal | 266 | 126 | 334 | 21 | 75 | 0 | 16 | 433 | 102 | 74 |
| Binary | 10110110 | 1010110 | 11011100 | 10001 | 111101 | 0 | 1110 | 100011011 | 1000010 | 111100 |
Color Harmonies of #B656DC
Complementary color
Monochromatic Colors of #B656DC
Black with #B656DC
Text Example
Text Example
White with #B656DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656DC; }
p { color: rgb(182,86,220); }
H1.HeaderClassName
{
color: #B656DC;
}
.AnyTagClassName
{
color: #B656DC;
}
</style>
background-color css
<style>
a { background-color: #B656DC; }
a { background-color: rgb(182,86,220); }
div.DivClassName
{
background-color: #B656DC;
}
.BgClassName
{
background-color: #B656DC;
}
</style>
border-color css
<style>
span { border-color: #B656DC; }
span { border-color: rgb(182,86,220); }
td.TdClassName
{
border-color: #B656DC;
}
.TagClassName
{
border-color: #B656DC;
}
</style>