Shades of Medium Orchid #B26BDE
Tints of Medium Orchid #B26BDE
RGB
CMYK
RGB Variations
Color information
#B26BDE (or 0xB26BDE) is known color: Medium Orchid. HEX triplet: B2, 6B and DE. RGB value is (178,107,222). Sum of RGB (Red+Green+Blue) = 178+107+222=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #B26BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BDE is #4D9421. Grayscale: #8C8C8C. Windows color (decimal): -5084194 or 14576562. OLE color: 14576562.
HSL color Cylindrical-coordinate representation of color #B26BDE: hue angle of 277.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26BDE is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 107 | 222 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.13 |
| HSL | 277.04º | 0.64% | 0.65% | - |
| HSV(B) | 277.04º | 0.52% | 0.87% | - |
| XYZ | 36.8 | 25.25 | 72.04 | - |
| YUV | 141.34 | 173.52 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 222 | 0.20 | 0.52 | 0 | 0.13 | 277.04 | 0.64 | 0.65 |
| Hex | B2 | 6B | DE | 14 | 34 | 0 | D | 115 | 40 | 41 |
| Octal | 262 | 153 | 336 | 24 | 64 | 0 | 15 | 425 | 100 | 101 |
| Binary | 10110010 | 1101011 | 11011110 | 10100 | 110100 | 0 | 1101 | 100010101 | 1000000 | 1000001 |
Color Harmonies of #B26BDE
Complementary color
Monochromatic Colors of #B26BDE
Black with #B26BDE
Text Example
Text Example
White with #B26BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BDE; }
p { color: rgb(178,107,222); }
H1.HeaderClassName
{
color: #B26BDE;
}
.AnyTagClassName
{
color: #B26BDE;
}
</style>
background-color css
<style>
a { background-color: #B26BDE; }
a { background-color: rgb(178,107,222); }
div.DivClassName
{
background-color: #B26BDE;
}
.BgClassName
{
background-color: #B26BDE;
}
</style>
border-color css
<style>
span { border-color: #B26BDE; }
span { border-color: rgb(178,107,222); }
td.TdClassName
{
border-color: #B26BDE;
}
.TagClassName
{
border-color: #B26BDE;
}
</style>