Shades of Medium Orchid #B26ECB
Tints of Medium Orchid #B26ECB
RGB
CMYK
RGB Variations
Color information
#B26ECB (or 0xB26ECB) is known color: Medium Orchid. HEX triplet: B2, 6E and CB. RGB value is (178,110,203). Sum of RGB (Red+Green+Blue) = 178+110+203=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #B26ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26ECB is #4D9134. Grayscale: #8C8C8C. Windows color (decimal): -5083445 or 13332146. OLE color: 13332146.
HSL color Cylindrical-coordinate representation of color #B26ECB: hue angle of 283.87º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26ECB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 110 | 203 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.20 |
| HSL | 283.87º | 0.47% | 0.61% | - |
| HSV(B) | 283.87º | 0.46% | 0.8% | - |
| XYZ | 34.72 | 24.93 | 59.48 | - |
| YUV | 140.93 | 163.03 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 110 | 203 | 0.12 | 0.46 | 0 | 0.20 | 283.87 | 0.47 | 0.61 |
| Hex | B2 | 6E | CB | C | 2E | 0 | 14 | 11C | 2F | 3D |
| Octal | 262 | 156 | 313 | 14 | 56 | 0 | 24 | 434 | 57 | 75 |
| Binary | 10110010 | 1101110 | 11001011 | 1100 | 101110 | 0 | 10100 | 100011100 | 101111 | 111101 |
Color Harmonies of #B26ECB
Complementary color
Monochromatic Colors of #B26ECB
Black with #B26ECB
Text Example
Text Example
White with #B26ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26ECB; }
p { color: rgb(178,110,203); }
H1.HeaderClassName
{
color: #B26ECB;
}
.AnyTagClassName
{
color: #B26ECB;
}
</style>
background-color css
<style>
a { background-color: #B26ECB; }
a { background-color: rgb(178,110,203); }
div.DivClassName
{
background-color: #B26ECB;
}
.BgClassName
{
background-color: #B26ECB;
}
</style>
border-color css
<style>
span { border-color: #B26ECB; }
span { border-color: rgb(178,110,203); }
td.TdClassName
{
border-color: #B26ECB;
}
.TagClassName
{
border-color: #B26ECB;
}
</style>