Shades of Medium Orchid #B26CDA
Tints of Medium Orchid #B26CDA
RGB
CMYK
RGB Variations
Color information
#B26CDA (or 0xB26CDA) is known color: Medium Orchid. HEX triplet: B2, 6C and DA. RGB value is (178,108,218). Sum of RGB (Red+Green+Blue) = 178+108+218=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B26CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CDA is #4D9325. Grayscale: #8D8D8D. Windows color (decimal): -5083942 or 14314674. OLE color: 14314674.
HSL color Cylindrical-coordinate representation of color #B26CDA: hue angle of 278.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B26CDA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 108 | 218 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.15 |
| HSL | 278.18º | 0.6% | 0.64% | - |
| HSV(B) | 278.18º | 0.5% | 0.85% | - |
| XYZ | 36.38 | 25.25 | 69.29 | - |
| YUV | 141.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 218 | 0.18 | 0.50 | 0 | 0.15 | 278.18 | 0.6 | 0.64 |
| Hex | B2 | 6C | DA | 12 | 32 | 0 | F | 116 | 3C | 40 |
| Octal | 262 | 154 | 332 | 22 | 62 | 0 | 17 | 426 | 74 | 100 |
| Binary | 10110010 | 1101100 | 11011010 | 10010 | 110010 | 0 | 1111 | 100010110 | 111100 | 1000000 |
Color Harmonies of #B26CDA
Complementary color
Monochromatic Colors of #B26CDA
Black with #B26CDA
Text Example
Text Example
White with #B26CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CDA; }
p { color: rgb(178,108,218); }
H1.HeaderClassName
{
color: #B26CDA;
}
.AnyTagClassName
{
color: #B26CDA;
}
</style>
background-color css
<style>
a { background-color: #B26CDA; }
a { background-color: rgb(178,108,218); }
div.DivClassName
{
background-color: #B26CDA;
}
.BgClassName
{
background-color: #B26CDA;
}
</style>
border-color css
<style>
span { border-color: #B26CDA; }
span { border-color: rgb(178,108,218); }
td.TdClassName
{
border-color: #B26CDA;
}
.TagClassName
{
border-color: #B26CDA;
}
</style>