Shades of Medium Orchid #B26DDB
Tints of Medium Orchid #B26DDB
RGB
CMYK
RGB Variations
Color information
#B26DDB (or 0xB26DDB) is known color: Medium Orchid. HEX triplet: B2, 6D and DB. RGB value is (178,109,219). Sum of RGB (Red+Green+Blue) = 178+109+219=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B26DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DDB is #4D9224. Grayscale: #8D8D8D. Windows color (decimal): -5083685 or 14380466. OLE color: 14380466.
HSL color Cylindrical-coordinate representation of color #B26DDB: hue angle of 277.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26DDB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 109 | 219 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.14 |
| HSL | 277.64º | 0.6% | 0.64% | - |
| HSV(B) | 277.64º | 0.5% | 0.86% | - |
| XYZ | 36.61 | 25.52 | 70.01 | - |
| YUV | 142.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 219 | 0.19 | 0.50 | 0 | 0.14 | 277.64 | 0.6 | 0.64 |
| Hex | B2 | 6D | DB | 13 | 32 | 0 | E | 116 | 3C | 40 |
| Octal | 262 | 155 | 333 | 23 | 62 | 0 | 16 | 426 | 74 | 100 |
| Binary | 10110010 | 1101101 | 11011011 | 10011 | 110010 | 0 | 1110 | 100010110 | 111100 | 1000000 |
Color Harmonies of #B26DDB
Complementary color
Monochromatic Colors of #B26DDB
Black with #B26DDB
Text Example
Text Example
White with #B26DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DDB; }
p { color: rgb(178,109,219); }
H1.HeaderClassName
{
color: #B26DDB;
}
.AnyTagClassName
{
color: #B26DDB;
}
</style>
background-color css
<style>
a { background-color: #B26DDB; }
a { background-color: rgb(178,109,219); }
div.DivClassName
{
background-color: #B26DDB;
}
.BgClassName
{
background-color: #B26DDB;
}
</style>
border-color css
<style>
span { border-color: #B26DDB; }
span { border-color: rgb(178,109,219); }
td.TdClassName
{
border-color: #B26DDB;
}
.TagClassName
{
border-color: #B26DDB;
}
</style>