Shades of Medium Orchid #B26AC9
Tints of Medium Orchid #B26AC9
RGB
CMYK
RGB Variations
Color information
#B26AC9 (or 0xB26AC9) is known color: Medium Orchid. HEX triplet: B2, 6A and C9. RGB value is (178,106,201). Sum of RGB (Red+Green+Blue) = 178+106+201=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #B26AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26AC9 is #4D9536. Grayscale: #8A8A8A. Windows color (decimal): -5084471 or 13200050. OLE color: 13200050.
HSL color Cylindrical-coordinate representation of color #B26AC9: hue angle of 285.47º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26AC9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 106 | 201 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.21 |
| HSL | 285.47º | 0.47% | 0.6% | - |
| HSV(B) | 285.47º | 0.47% | 0.79% | - |
| XYZ | 34.06 | 23.99 | 58.09 | - |
| YUV | 138.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 201 | 0.11 | 0.47 | 0 | 0.21 | 285.47 | 0.47 | 0.6 |
| Hex | B2 | 6A | C9 | B | 2F | 0 | 15 | 11D | 2F | 3C |
| Octal | 262 | 152 | 311 | 13 | 57 | 0 | 25 | 435 | 57 | 74 |
| Binary | 10110010 | 1101010 | 11001001 | 1011 | 101111 | 0 | 10101 | 100011101 | 101111 | 111100 |
Color Harmonies of #B26AC9
Complementary color
Monochromatic Colors of #B26AC9
Black with #B26AC9
Text Example
Text Example
White with #B26AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26AC9; }
p { color: rgb(178,106,201); }
H1.HeaderClassName
{
color: #B26AC9;
}
.AnyTagClassName
{
color: #B26AC9;
}
</style>
background-color css
<style>
a { background-color: #B26AC9; }
a { background-color: rgb(178,106,201); }
div.DivClassName
{
background-color: #B26AC9;
}
.BgClassName
{
background-color: #B26AC9;
}
</style>
border-color css
<style>
span { border-color: #B26AC9; }
span { border-color: rgb(178,106,201); }
td.TdClassName
{
border-color: #B26AC9;
}
.TagClassName
{
border-color: #B26AC9;
}
</style>