Shades of Medium Orchid #B26CDD
Tints of Medium Orchid #B26CDD
RGB
CMYK
RGB Variations
Color information
#B26CDD (or 0xB26CDD) is known color: Medium Orchid. HEX triplet: B2, 6C and DD. RGB value is (178,108,221). Sum of RGB (Red+Green+Blue) = 178+108+221=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #B26CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CDD is #4D9322. Grayscale: #8D8D8D. Windows color (decimal): -5083939 or 14511282. OLE color: 14511282.
HSL color Cylindrical-coordinate representation of color #B26CDD: hue angle of 277.17º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B26CDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 108 | 221 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.13 |
| HSL | 277.17º | 0.62% | 0.65% | - |
| HSV(B) | 277.17º | 0.51% | 0.87% | - |
| XYZ | 36.77 | 25.41 | 71.37 | - |
| YUV | 141.81 | 172.69 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 108 | 221 | 0.19 | 0.51 | 0 | 0.13 | 277.17 | 0.62 | 0.65 |
| Hex | B2 | 6C | DD | 13 | 33 | 0 | D | 115 | 3E | 41 |
| Octal | 262 | 154 | 335 | 23 | 63 | 0 | 15 | 425 | 76 | 101 |
| Binary | 10110010 | 1101100 | 11011101 | 10011 | 110011 | 0 | 1101 | 100010101 | 111110 | 1000001 |
Color Harmonies of #B26CDD
Complementary color
Monochromatic Colors of #B26CDD
Black with #B26CDD
Text Example
Text Example
White with #B26CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26CDD; }
p { color: rgb(178,108,221); }
H1.HeaderClassName
{
color: #B26CDD;
}
.AnyTagClassName
{
color: #B26CDD;
}
</style>
background-color css
<style>
a { background-color: #B26CDD; }
a { background-color: rgb(178,108,221); }
div.DivClassName
{
background-color: #B26CDD;
}
.BgClassName
{
background-color: #B26CDD;
}
</style>
border-color css
<style>
span { border-color: #B26CDD; }
span { border-color: rgb(178,108,221); }
td.TdClassName
{
border-color: #B26CDD;
}
.TagClassName
{
border-color: #B26CDD;
}
</style>