Shades of Medium Orchid #B26DE5
Tints of Medium Orchid #B26DE5
RGB
CMYK
RGB Variations
Color information
#B26DE5 (or 0xB26DE5) is known color: Medium Orchid. HEX triplet: B2, 6D and E5. RGB value is (178,109,229). Sum of RGB (Red+Green+Blue) = 178+109+229=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #B26DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DE5 is #4D921A. Grayscale: #8E8E8E. Windows color (decimal): -5083675 or 15035826. OLE color: 15035826.
HSL color Cylindrical-coordinate representation of color #B26DE5: hue angle of 274.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26DE5 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 109 | 229 | - |
| CMYK | 0.22 | 0.52 | 0 | 0.10 |
| HSL | 274.5º | 0.7% | 0.66% | - |
| HSV(B) | 274.5º | 0.52% | 0.9% | - |
| XYZ | 37.97 | 26.06 | 77.16 | - |
| YUV | 143.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 229 | 0.22 | 0.52 | 0 | 0.10 | 274.5 | 0.7 | 0.66 |
| Hex | B2 | 6D | E5 | 16 | 34 | 0 | A | 112 | 46 | 42 |
| Octal | 262 | 155 | 345 | 26 | 64 | 0 | 12 | 422 | 106 | 102 |
| Binary | 10110010 | 1101101 | 11100101 | 10110 | 110100 | 0 | 1010 | 100010010 | 1000110 | 1000010 |
Color Harmonies of #B26DE5
Complementary color
Monochromatic Colors of #B26DE5
Black with #B26DE5
Text Example
Text Example
White with #B26DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DE5; }
p { color: rgb(178,109,229); }
H1.HeaderClassName
{
color: #B26DE5;
}
.AnyTagClassName
{
color: #B26DE5;
}
</style>
background-color css
<style>
a { background-color: #B26DE5; }
a { background-color: rgb(178,109,229); }
div.DivClassName
{
background-color: #B26DE5;
}
.BgClassName
{
background-color: #B26DE5;
}
</style>
border-color css
<style>
span { border-color: #B26DE5; }
span { border-color: rgb(178,109,229); }
td.TdClassName
{
border-color: #B26DE5;
}
.TagClassName
{
border-color: #B26DE5;
}
</style>