Shades of Medium Orchid #B26BC9
Tints of Medium Orchid #B26BC9
RGB
CMYK
RGB Variations
Color information
#B26BC9 (or 0xB26BC9) is known color: Medium Orchid. HEX triplet: B2, 6B and C9. RGB value is (178,107,201). Sum of RGB (Red+Green+Blue) = 178+107+201=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 107 (42.19% from 255 or 22.02% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #B26BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BC9 is #4D9436. Grayscale: #8A8A8A. Windows color (decimal): -5084215 or 13200306. OLE color: 13200306.
HSL color Cylindrical-coordinate representation of color #B26BC9: hue angle of 285.32º 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 #B26BC9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 107 | 201 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.21 |
| HSL | 285.32º | 0.47% | 0.6% | - |
| HSV(B) | 285.32º | 0.47% | 0.79% | - |
| XYZ | 34.16 | 24.2 | 58.13 | - |
| YUV | 138.95 | 163.02 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 201 | 0.11 | 0.47 | 0 | 0.21 | 285.32 | 0.47 | 0.6 |
| Hex | B2 | 6B | C9 | B | 2F | 0 | 15 | 11D | 2F | 3C |
| Octal | 262 | 153 | 311 | 13 | 57 | 0 | 25 | 435 | 57 | 74 |
| Binary | 10110010 | 1101011 | 11001001 | 1011 | 101111 | 0 | 10101 | 100011101 | 101111 | 111100 |
Color Harmonies of #B26BC9
Complementary color
Monochromatic Colors of #B26BC9
Black with #B26BC9
Text Example
Text Example
White with #B26BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BC9; }
p { color: rgb(178,107,201); }
H1.HeaderClassName
{
color: #B26BC9;
}
.AnyTagClassName
{
color: #B26BC9;
}
</style>
background-color css
<style>
a { background-color: #B26BC9; }
a { background-color: rgb(178,107,201); }
div.DivClassName
{
background-color: #B26BC9;
}
.BgClassName
{
background-color: #B26BC9;
}
</style>
border-color css
<style>
span { border-color: #B26BC9; }
span { border-color: rgb(178,107,201); }
td.TdClassName
{
border-color: #B26BC9;
}
.TagClassName
{
border-color: #B26BC9;
}
</style>