Shades of Medium Orchid #B656CE
Tints of Medium Orchid #B656CE
RGB
CMYK
RGB Variations
Color information
#B656CE (or 0xB656CE) is known color: Medium Orchid. HEX triplet: B6, 56 and CE. RGB value is (182,86,206). Sum of RGB (Red+Green+Blue) = 182+86+206=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #B656CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656CE is #49A931. Grayscale: #808080. Windows color (decimal): -4827442 or 13522614. OLE color: 13522614.
HSL color Cylindrical-coordinate representation of color #B656CE: hue angle of 288º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B656CE is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 86 | 206 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.19 |
| HSL | 288º | 0.55% | 0.57% | - |
| HSV(B) | 288º | 0.58% | 0.81% | - |
| XYZ | 33.76 | 21.06 | 60.68 | - |
| YUV | 128.38 | 171.8 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 206 | 0.12 | 0.58 | 0 | 0.19 | 288 | 0.55 | 0.57 |
| Hex | B6 | 56 | CE | C | 3A | 0 | 13 | 120 | 37 | 39 |
| Octal | 266 | 126 | 316 | 14 | 72 | 0 | 23 | 440 | 67 | 71 |
| Binary | 10110110 | 1010110 | 11001110 | 1100 | 111010 | 0 | 10011 | 100100000 | 110111 | 111001 |
Color Harmonies of #B656CE
Complementary color
Monochromatic Colors of #B656CE
Black with #B656CE
Text Example
Text Example
White with #B656CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B656CE; }
p { color: rgb(182,86,206); }
H1.HeaderClassName
{
color: #B656CE;
}
.AnyTagClassName
{
color: #B656CE;
}
</style>
background-color css
<style>
a { background-color: #B656CE; }
a { background-color: rgb(182,86,206); }
div.DivClassName
{
background-color: #B656CE;
}
.BgClassName
{
background-color: #B656CE;
}
</style>
border-color css
<style>
span { border-color: #B656CE; }
span { border-color: rgb(182,86,206); }
td.TdClassName
{
border-color: #B656CE;
}
.TagClassName
{
border-color: #B656CE;
}
</style>