Shades of Medium Orchid #B26DCE
Tints of Medium Orchid #B26DCE
RGB
CMYK
RGB Variations
Color information
#B26DCE (or 0xB26DCE) is known color: Medium Orchid. HEX triplet: B2, 6D and CE. RGB value is (178,109,206). Sum of RGB (Red+Green+Blue) = 178+109+206=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #B26DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DCE is #4D9231. Grayscale: #8C8C8C. Windows color (decimal): -5083698 or 13528498. OLE color: 13528498.
HSL color Cylindrical-coordinate representation of color #B26DCE: hue angle of 282.68º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B26DCE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 109 | 206 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.19 |
| HSL | 282.68º | 0.5% | 0.62% | - |
| HSV(B) | 282.68º | 0.47% | 0.81% | - |
| XYZ | 34.97 | 24.86 | 61.35 | - |
| YUV | 140.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 206 | 0.14 | 0.47 | 0 | 0.19 | 282.68 | 0.5 | 0.62 |
| Hex | B2 | 6D | CE | E | 2F | 0 | 13 | 11B | 32 | 3E |
| Octal | 262 | 155 | 316 | 16 | 57 | 0 | 23 | 433 | 62 | 76 |
| Binary | 10110010 | 1101101 | 11001110 | 1110 | 101111 | 0 | 10011 | 100011011 | 110010 | 111110 |
Color Harmonies of #B26DCE
Complementary color
Monochromatic Colors of #B26DCE
Black with #B26DCE
Text Example
Text Example
White with #B26DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DCE; }
p { color: rgb(178,109,206); }
H1.HeaderClassName
{
color: #B26DCE;
}
.AnyTagClassName
{
color: #B26DCE;
}
</style>
background-color css
<style>
a { background-color: #B26DCE; }
a { background-color: rgb(178,109,206); }
div.DivClassName
{
background-color: #B26DCE;
}
.BgClassName
{
background-color: #B26DCE;
}
</style>
border-color css
<style>
span { border-color: #B26DCE; }
span { border-color: rgb(178,109,206); }
td.TdClassName
{
border-color: #B26DCE;
}
.TagClassName
{
border-color: #B26DCE;
}
</style>