Shades of Medium Orchid #B26FD3
Tints of Medium Orchid #B26FD3
RGB
CMYK
RGB Variations
Color information
#B26FD3 (or 0xB26FD3) is known color: Medium Orchid. HEX triplet: B2, 6F and D3. RGB value is (178,111,211). Sum of RGB (Red+Green+Blue) = 178+111+211=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #B26FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26FD3 is #4D902C. Grayscale: #8E8E8E. Windows color (decimal): -5083181 or 13856690. OLE color: 13856690.
HSL color Cylindrical-coordinate representation of color #B26FD3: hue angle of 280.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26FD3 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 111 | 211 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.17 |
| HSL | 280.2º | 0.53% | 0.63% | - |
| HSV(B) | 280.2º | 0.47% | 0.83% | - |
| XYZ | 35.8 | 25.54 | 64.67 | - |
| YUV | 142.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 111 | 211 | 0.16 | 0.47 | 0 | 0.17 | 280.2 | 0.53 | 0.63 |
| Hex | B2 | 6F | D3 | 10 | 2F | 0 | 11 | 118 | 35 | 3F |
| Octal | 262 | 157 | 323 | 20 | 57 | 0 | 21 | 430 | 65 | 77 |
| Binary | 10110010 | 1101111 | 11010011 | 10000 | 101111 | 0 | 10001 | 100011000 | 110101 | 111111 |
Color Harmonies of #B26FD3
Complementary color
Monochromatic Colors of #B26FD3
Black with #B26FD3
Text Example
Text Example
White with #B26FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26FD3; }
p { color: rgb(178,111,211); }
H1.HeaderClassName
{
color: #B26FD3;
}
.AnyTagClassName
{
color: #B26FD3;
}
</style>
background-color css
<style>
a { background-color: #B26FD3; }
a { background-color: rgb(178,111,211); }
div.DivClassName
{
background-color: #B26FD3;
}
.BgClassName
{
background-color: #B26FD3;
}
</style>
border-color css
<style>
span { border-color: #B26FD3; }
span { border-color: rgb(178,111,211); }
td.TdClassName
{
border-color: #B26FD3;
}
.TagClassName
{
border-color: #B26FD3;
}
</style>