Shades of Medium Orchid #B656E7
Tints of Medium Orchid #B656E7
RGB
CMYK
RGB Variations
Color information
#B656E7 (or 0xB656E7) is known color: Medium Orchid. HEX triplet: B6, 56 and E7. RGB value is (182,86,231). Sum of RGB (Red+Green+Blue) = 182+86+231=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #B656E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B656E7 is #49A918. Grayscale: #828282. Windows color (decimal): -4827417 or 15161014. OLE color: 15161014.
HSL color Cylindrical-coordinate representation of color #B656E7: hue angle of 279.72º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B656E7 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 86 | 231 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.09 |
| HSL | 279.72º | 0.75% | 0.62% | - |
| HSV(B) | 279.72º | 0.63% | 0.91% | - |
| XYZ | 37.04 | 22.37 | 77.97 | - |
| YUV | 131.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 231 | 0.21 | 0.63 | 0 | 0.09 | 279.72 | 0.75 | 0.62 |
| Hex | B6 | 56 | E7 | 15 | 3F | 0 | 9 | 118 | 4B | 3E |
| Octal | 266 | 126 | 347 | 25 | 77 | 0 | 11 | 430 | 113 | 76 |
| Binary | 10110110 | 1010110 | 11100111 | 10101 | 111111 | 0 | 1001 | 100011000 | 1001011 | 111110 |
Color Harmonies of #B656E7
Complementary color
Monochromatic Colors of #B656E7
Black with #B656E7
Text Example
Text Example
White with #B656E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656E7; }
p { color: rgb(182,86,231); }
H1.HeaderClassName
{
color: #B656E7;
}
.AnyTagClassName
{
color: #B656E7;
}
</style>
background-color css
<style>
a { background-color: #B656E7; }
a { background-color: rgb(182,86,231); }
div.DivClassName
{
background-color: #B656E7;
}
.BgClassName
{
background-color: #B656E7;
}
</style>
border-color css
<style>
span { border-color: #B656E7; }
span { border-color: rgb(182,86,231); }
td.TdClassName
{
border-color: #B656E7;
}
.TagClassName
{
border-color: #B656E7;
}
</style>