Shades of Medium Orchid #B26DC9
Tints of Medium Orchid #B26DC9
RGB
CMYK
RGB Variations
Color information
#B26DC9 (or 0xB26DC9) is known color: Medium Orchid. HEX triplet: B2, 6D and C9. RGB value is (178,109,201). Sum of RGB (Red+Green+Blue) = 178+109+201=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #B26DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DC9 is #4D9236. Grayscale: #8B8B8B. Windows color (decimal): -5083703 or 13200818. OLE color: 13200818.
HSL color Cylindrical-coordinate representation of color #B26DC9: hue angle of 285º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26DC9 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 109 | 201 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.21 |
| HSL | 285º | 0.46% | 0.61% | - |
| HSV(B) | 285º | 0.46% | 0.79% | - |
| XYZ | 34.37 | 24.62 | 58.2 | - |
| YUV | 140.12 | 162.36 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 201 | 0.11 | 0.46 | 0 | 0.21 | 285 | 0.46 | 0.61 |
| Hex | B2 | 6D | C9 | B | 2E | 0 | 15 | 11D | 2E | 3D |
| Octal | 262 | 155 | 311 | 13 | 56 | 0 | 25 | 435 | 56 | 75 |
| Binary | 10110010 | 1101101 | 11001001 | 1011 | 101110 | 0 | 10101 | 100011101 | 101110 | 111101 |
Color Harmonies of #B26DC9
Complementary color
Monochromatic Colors of #B26DC9
Black with #B26DC9
Text Example
Text Example
White with #B26DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DC9; }
p { color: rgb(178,109,201); }
H1.HeaderClassName
{
color: #B26DC9;
}
.AnyTagClassName
{
color: #B26DC9;
}
</style>
background-color css
<style>
a { background-color: #B26DC9; }
a { background-color: rgb(178,109,201); }
div.DivClassName
{
background-color: #B26DC9;
}
.BgClassName
{
background-color: #B26DC9;
}
</style>
border-color css
<style>
span { border-color: #B26DC9; }
span { border-color: rgb(178,109,201); }
td.TdClassName
{
border-color: #B26DC9;
}
.TagClassName
{
border-color: #B26DC9;
}
</style>