Shades of Medium Orchid #B26DCD
Tints of Medium Orchid #B26DCD
RGB
CMYK
RGB Variations
Color information
#B26DCD (or 0xB26DCD) is known color: Medium Orchid. HEX triplet: B2, 6D and CD. RGB value is (178,109,205). Sum of RGB (Red+Green+Blue) = 178+109+205=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #B26DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DCD is #4D9232. Grayscale: #8C8C8C. Windows color (decimal): -5083699 or 13462962. OLE color: 13462962.
HSL color Cylindrical-coordinate representation of color #B26DCD: hue angle of 283.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26DCD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 109 | 205 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.20 |
| HSL | 283.13º | 0.49% | 0.62% | - |
| HSV(B) | 283.13º | 0.47% | 0.8% | - |
| XYZ | 34.85 | 24.81 | 60.71 | - |
| YUV | 140.58 | 164.36 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 205 | 0.13 | 0.47 | 0 | 0.20 | 283.13 | 0.49 | 0.62 |
| Hex | B2 | 6D | CD | D | 2F | 0 | 14 | 11B | 31 | 3E |
| Octal | 262 | 155 | 315 | 15 | 57 | 0 | 24 | 433 | 61 | 76 |
| Binary | 10110010 | 1101101 | 11001101 | 1101 | 101111 | 0 | 10100 | 100011011 | 110001 | 111110 |
Color Harmonies of #B26DCD
Complementary color
Monochromatic Colors of #B26DCD
Black with #B26DCD
Text Example
Text Example
White with #B26DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DCD; }
p { color: rgb(178,109,205); }
H1.HeaderClassName
{
color: #B26DCD;
}
.AnyTagClassName
{
color: #B26DCD;
}
</style>
background-color css
<style>
a { background-color: #B26DCD; }
a { background-color: rgb(178,109,205); }
div.DivClassName
{
background-color: #B26DCD;
}
.BgClassName
{
background-color: #B26DCD;
}
</style>
border-color css
<style>
span { border-color: #B26DCD; }
span { border-color: rgb(178,109,205); }
td.TdClassName
{
border-color: #B26DCD;
}
.TagClassName
{
border-color: #B26DCD;
}
</style>