Shades of Medium Orchid #B656D0
Tints of Medium Orchid #B656D0
RGB
CMYK
RGB Variations
Color information
#B656D0 (or 0xB656D0) is known color: Medium Orchid. HEX triplet: B6, 56 and D0. RGB value is (182,86,208). Sum of RGB (Red+Green+Blue) = 182+86+208=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 208 - color contains mainly: blue. Hex color #B656D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656D0 is #49A92F. Grayscale: #808080. Windows color (decimal): -4827440 or 13653686. OLE color: 13653686.
HSL color Cylindrical-coordinate representation of color #B656D0: hue angle of 287.21º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B656D0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 86 | 208 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.18 |
| HSL | 287.21º | 0.56% | 0.58% | - |
| HSV(B) | 287.21º | 0.59% | 0.82% | - |
| XYZ | 34 | 21.15 | 61.97 | - |
| YUV | 128.61 | 172.8 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 208 | 0.12 | 0.59 | 0 | 0.18 | 287.21 | 0.56 | 0.58 |
| Hex | B6 | 56 | D0 | C | 3B | 0 | 12 | 11F | 38 | 3A |
| Octal | 266 | 126 | 320 | 14 | 73 | 0 | 22 | 437 | 70 | 72 |
| Binary | 10110110 | 1010110 | 11010000 | 1100 | 111011 | 0 | 10010 | 100011111 | 111000 | 111010 |
Color Harmonies of #B656D0
Complementary color
Monochromatic Colors of #B656D0
Black with #B656D0
Text Example
Text Example
White with #B656D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656D0; }
p { color: rgb(182,86,208); }
H1.HeaderClassName
{
color: #B656D0;
}
.AnyTagClassName
{
color: #B656D0;
}
</style>
background-color css
<style>
a { background-color: #B656D0; }
a { background-color: rgb(182,86,208); }
div.DivClassName
{
background-color: #B656D0;
}
.BgClassName
{
background-color: #B656D0;
}
</style>
border-color css
<style>
span { border-color: #B656D0; }
span { border-color: rgb(182,86,208); }
td.TdClassName
{
border-color: #B656D0;
}
.TagClassName
{
border-color: #B656D0;
}
</style>