Shades of Medium Orchid #B656EE
Tints of Medium Orchid #B656EE
RGB
CMYK
RGB Variations
Color information
#B656EE (or 0xB656EE) is known color: Medium Orchid. HEX triplet: B6, 56 and EE. RGB value is (182,86,238). Sum of RGB (Red+Green+Blue) = 182+86+238=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 86 (33.98% from 255 or 17.00% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #B656EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656EE is #49A911. Grayscale: #838383. Windows color (decimal): -4827410 or 15619766. OLE color: 15619766.
HSL color Cylindrical-coordinate representation of color #B656EE: hue angle of 277.89º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B656EE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 86 | 238 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.07 |
| HSL | 277.89º | 0.82% | 0.64% | - |
| HSV(B) | 277.89º | 0.64% | 0.93% | - |
| XYZ | 38.05 | 22.77 | 83.28 | - |
| YUV | 132.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 238 | 0.24 | 0.64 | 0 | 0.07 | 277.89 | 0.82 | 0.64 |
| Hex | B6 | 56 | EE | 18 | 40 | 0 | 7 | 116 | 52 | 40 |
| Octal | 266 | 126 | 356 | 30 | 100 | 0 | 7 | 426 | 122 | 100 |
| Binary | 10110110 | 1010110 | 11101110 | 11000 | 1000000 | 0 | 111 | 100010110 | 1010010 | 1000000 |
Color Harmonies of #B656EE
Complementary color
Monochromatic Colors of #B656EE
Black with #B656EE
Text Example
Text Example
White with #B656EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656EE; }
p { color: rgb(182,86,238); }
H1.HeaderClassName
{
color: #B656EE;
}
.AnyTagClassName
{
color: #B656EE;
}
</style>
background-color css
<style>
a { background-color: #B656EE; }
a { background-color: rgb(182,86,238); }
div.DivClassName
{
background-color: #B656EE;
}
.BgClassName
{
background-color: #B656EE;
}
</style>
border-color css
<style>
span { border-color: #B656EE; }
span { border-color: rgb(182,86,238); }
td.TdClassName
{
border-color: #B656EE;
}
.TagClassName
{
border-color: #B656EE;
}
</style>