Shades of Medium Orchid #B26ADB
Tints of Medium Orchid #B26ADB
RGB
CMYK
RGB Variations
Color information
#B26ADB (or 0xB26ADB) is known color: Medium Orchid. HEX triplet: B2, 6A and DB. RGB value is (178,106,219). Sum of RGB (Red+Green+Blue) = 178+106+219=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #B26ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ADB is #4D9524. Grayscale: #8C8C8C. Windows color (decimal): -5084453 or 14379698. OLE color: 14379698.
HSL color Cylindrical-coordinate representation of color #B26ADB: hue angle of 278.23º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26ADB is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 106 | 219 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.14 |
| HSL | 278.23º | 0.61% | 0.64% | - |
| HSV(B) | 278.23º | 0.52% | 0.86% | - |
| XYZ | 36.3 | 24.89 | 69.91 | - |
| YUV | 140.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 219 | 0.19 | 0.52 | 0 | 0.14 | 278.23 | 0.61 | 0.64 |
| Hex | B2 | 6A | DB | 13 | 34 | 0 | E | 116 | 3D | 40 |
| Octal | 262 | 152 | 333 | 23 | 64 | 0 | 16 | 426 | 75 | 100 |
| Binary | 10110010 | 1101010 | 11011011 | 10011 | 110100 | 0 | 1110 | 100010110 | 111101 | 1000000 |
Color Harmonies of #B26ADB
Complementary color
Monochromatic Colors of #B26ADB
Black with #B26ADB
Text Example
Text Example
White with #B26ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26ADB; }
p { color: rgb(178,106,219); }
H1.HeaderClassName
{
color: #B26ADB;
}
.AnyTagClassName
{
color: #B26ADB;
}
</style>
background-color css
<style>
a { background-color: #B26ADB; }
a { background-color: rgb(178,106,219); }
div.DivClassName
{
background-color: #B26ADB;
}
.BgClassName
{
background-color: #B26ADB;
}
</style>
border-color css
<style>
span { border-color: #B26ADB; }
span { border-color: rgb(178,106,219); }
td.TdClassName
{
border-color: #B26ADB;
}
.TagClassName
{
border-color: #B26ADB;
}
</style>