Shades of Medium Orchid #B26FD4
Tints of Medium Orchid #B26FD4
RGB
CMYK
RGB Variations
Color information
#B26FD4 (or 0xB26FD4) is known color: Medium Orchid. HEX triplet: B2, 6F and D4. RGB value is (178,111,212). Sum of RGB (Red+Green+Blue) = 178+111+212=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 212 - color contains mainly: blue. Hex color #B26FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FD4 is #4D902B. Grayscale: #8E8E8E. Windows color (decimal): -5083180 or 13922226. OLE color: 13922226.
HSL color Cylindrical-coordinate representation of color #B26FD4: hue angle of 279.8º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26FD4 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 111 | 212 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.17 |
| HSL | 279.8º | 0.54% | 0.63% | - |
| HSV(B) | 279.8º | 0.48% | 0.83% | - |
| XYZ | 35.93 | 25.59 | 65.33 | - |
| YUV | 142.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 212 | 0.16 | 0.48 | 0 | 0.17 | 279.8 | 0.54 | 0.63 |
| Hex | B2 | 6F | D4 | 10 | 30 | 0 | 11 | 118 | 36 | 3F |
| Octal | 262 | 157 | 324 | 20 | 60 | 0 | 21 | 430 | 66 | 77 |
| Binary | 10110010 | 1101111 | 11010100 | 10000 | 110000 | 0 | 10001 | 100011000 | 110110 | 111111 |
Color Harmonies of #B26FD4
Complementary color
Monochromatic Colors of #B26FD4
Black with #B26FD4
Text Example
Text Example
White with #B26FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FD4; }
p { color: rgb(178,111,212); }
H1.HeaderClassName
{
color: #B26FD4;
}
.AnyTagClassName
{
color: #B26FD4;
}
</style>
background-color css
<style>
a { background-color: #B26FD4; }
a { background-color: rgb(178,111,212); }
div.DivClassName
{
background-color: #B26FD4;
}
.BgClassName
{
background-color: #B26FD4;
}
</style>
border-color css
<style>
span { border-color: #B26FD4; }
span { border-color: rgb(178,111,212); }
td.TdClassName
{
border-color: #B26FD4;
}
.TagClassName
{
border-color: #B26FD4;
}
</style>