Shades of Medium Orchid #B656E2
Tints of Medium Orchid #B656E2
RGB
CMYK
RGB Variations
Color information
#B656E2 (or 0xB656E2) is known color: Medium Orchid. HEX triplet: B6, 56 and E2. RGB value is (182,86,226). Sum of RGB (Red+Green+Blue) = 182+86+226=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #B656E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656E2 is #49A91D. Grayscale: #828282. Windows color (decimal): -4827422 or 14833334. OLE color: 14833334.
HSL color Cylindrical-coordinate representation of color #B656E2: hue angle of 281.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B656E2 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 86 | 226 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.11 |
| HSL | 281.14º | 0.71% | 0.61% | - |
| HSV(B) | 281.14º | 0.62% | 0.89% | - |
| XYZ | 36.35 | 22.09 | 74.3 | - |
| YUV | 130.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 226 | 0.19 | 0.62 | 0 | 0.11 | 281.14 | 0.71 | 0.61 |
| Hex | B6 | 56 | E2 | 13 | 3E | 0 | B | 119 | 47 | 3D |
| Octal | 266 | 126 | 342 | 23 | 76 | 0 | 13 | 431 | 107 | 75 |
| Binary | 10110110 | 1010110 | 11100010 | 10011 | 111110 | 0 | 1011 | 100011001 | 1000111 | 111101 |
Color Harmonies of #B656E2
Complementary color
Monochromatic Colors of #B656E2
Black with #B656E2
Text Example
Text Example
White with #B656E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656E2; }
p { color: rgb(182,86,226); }
H1.HeaderClassName
{
color: #B656E2;
}
.AnyTagClassName
{
color: #B656E2;
}
</style>
background-color css
<style>
a { background-color: #B656E2; }
a { background-color: rgb(182,86,226); }
div.DivClassName
{
background-color: #B656E2;
}
.BgClassName
{
background-color: #B656E2;
}
</style>
border-color css
<style>
span { border-color: #B656E2; }
span { border-color: rgb(182,86,226); }
td.TdClassName
{
border-color: #B656E2;
}
.TagClassName
{
border-color: #B656E2;
}
</style>