Shades of Medium Orchid #B656D3
Tints of Medium Orchid #B656D3
RGB
CMYK
RGB Variations
Color information
#B656D3 (or 0xB656D3) is known color: Medium Orchid. HEX triplet: B6, 56 and D3. RGB value is (182,86,211). Sum of RGB (Red+Green+Blue) = 182+86+211=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #B656D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656D3 is #49A92C. Grayscale: #808080. Windows color (decimal): -4827437 or 13850294. OLE color: 13850294.
HSL color Cylindrical-coordinate representation of color #B656D3: hue angle of 286.08º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B656D3 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 86 | 211 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.17 |
| HSL | 286.08º | 0.59% | 0.58% | - |
| HSV(B) | 286.08º | 0.59% | 0.83% | - |
| XYZ | 34.38 | 21.3 | 63.93 | - |
| YUV | 128.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 211 | 0.14 | 0.59 | 0 | 0.17 | 286.08 | 0.59 | 0.58 |
| Hex | B6 | 56 | D3 | E | 3B | 0 | 11 | 11E | 3B | 3A |
| Octal | 266 | 126 | 323 | 16 | 73 | 0 | 21 | 436 | 73 | 72 |
| Binary | 10110110 | 1010110 | 11010011 | 1110 | 111011 | 0 | 10001 | 100011110 | 111011 | 111010 |
Color Harmonies of #B656D3
Complementary color
Monochromatic Colors of #B656D3
Black with #B656D3
Text Example
Text Example
White with #B656D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656D3; }
p { color: rgb(182,86,211); }
H1.HeaderClassName
{
color: #B656D3;
}
.AnyTagClassName
{
color: #B656D3;
}
</style>
background-color css
<style>
a { background-color: #B656D3; }
a { background-color: rgb(182,86,211); }
div.DivClassName
{
background-color: #B656D3;
}
.BgClassName
{
background-color: #B656D3;
}
</style>
border-color css
<style>
span { border-color: #B656D3; }
span { border-color: rgb(182,86,211); }
td.TdClassName
{
border-color: #B656D3;
}
.TagClassName
{
border-color: #B656D3;
}
</style>