Shades of Medium Orchid #B26DCA
Tints of Medium Orchid #B26DCA
RGB
CMYK
RGB Variations
Color information
#B26DCA (or 0xB26DCA) is known color: Medium Orchid. HEX triplet: B2, 6D and CA. RGB value is (178,109,202). Sum of RGB (Red+Green+Blue) = 178+109+202=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #B26DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26DCA is #4D9235. Grayscale: #8B8B8B. Windows color (decimal): -5083702 or 13266354. OLE color: 13266354.
HSL color Cylindrical-coordinate representation of color #B26DCA: hue angle of 284.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26DCA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 109 | 202 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.21 |
| HSL | 284.52º | 0.47% | 0.61% | - |
| HSV(B) | 284.52º | 0.46% | 0.79% | - |
| XYZ | 34.49 | 24.67 | 58.82 | - |
| YUV | 140.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 109 | 202 | 0.12 | 0.46 | 0 | 0.21 | 284.52 | 0.47 | 0.61 |
| Hex | B2 | 6D | CA | C | 2E | 0 | 15 | 11D | 2F | 3D |
| Octal | 262 | 155 | 312 | 14 | 56 | 0 | 25 | 435 | 57 | 75 |
| Binary | 10110010 | 1101101 | 11001010 | 1100 | 101110 | 0 | 10101 | 100011101 | 101111 | 111101 |
Color Harmonies of #B26DCA
Complementary color
Monochromatic Colors of #B26DCA
Black with #B26DCA
Text Example
Text Example
White with #B26DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26DCA; }
p { color: rgb(178,109,202); }
H1.HeaderClassName
{
color: #B26DCA;
}
.AnyTagClassName
{
color: #B26DCA;
}
</style>
background-color css
<style>
a { background-color: #B26DCA; }
a { background-color: rgb(178,109,202); }
div.DivClassName
{
background-color: #B26DCA;
}
.BgClassName
{
background-color: #B26DCA;
}
</style>
border-color css
<style>
span { border-color: #B26DCA; }
span { border-color: rgb(178,109,202); }
td.TdClassName
{
border-color: #B26DCA;
}
.TagClassName
{
border-color: #B26DCA;
}
</style>