Shades of Medium Orchid #B26AEA
Tints of Medium Orchid #B26AEA
RGB
CMYK
RGB Variations
Color information
#B26AEA (or 0xB26AEA) is known color: Medium Orchid. HEX triplet: B2, 6A and EA. RGB value is (178,106,234). Sum of RGB (Red+Green+Blue) = 178+106+234=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #B26AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B26AEA is #4D9515. Grayscale: #8D8D8D. Windows color (decimal): -5084438 or 15362738. OLE color: 15362738.
HSL color Cylindrical-coordinate representation of color #B26AEA: hue angle of 273.75º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B26AEA is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 106 | 234 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.08 |
| HSL | 273.75º | 0.75% | 0.67% | - |
| HSV(B) | 273.75º | 0.55% | 0.92% | - |
| XYZ | 38.37 | 25.71 | 80.78 | - |
| YUV | 142.12 | 179.85 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 106 | 234 | 0.24 | 0.55 | 0 | 0.08 | 273.75 | 0.75 | 0.67 |
| Hex | B2 | 6A | EA | 18 | 37 | 0 | 8 | 112 | 4B | 43 |
| Octal | 262 | 152 | 352 | 30 | 67 | 0 | 10 | 422 | 113 | 103 |
| Binary | 10110010 | 1101010 | 11101010 | 11000 | 110111 | 0 | 1000 | 100010010 | 1001011 | 1000011 |
Color Harmonies of #B26AEA
Complementary color
Monochromatic Colors of #B26AEA
Black with #B26AEA
Text Example
Text Example
White with #B26AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26AEA; }
p { color: rgb(178,106,234); }
H1.HeaderClassName
{
color: #B26AEA;
}
.AnyTagClassName
{
color: #B26AEA;
}
</style>
background-color css
<style>
a { background-color: #B26AEA; }
a { background-color: rgb(178,106,234); }
div.DivClassName
{
background-color: #B26AEA;
}
.BgClassName
{
background-color: #B26AEA;
}
</style>
border-color css
<style>
span { border-color: #B26AEA; }
span { border-color: rgb(178,106,234); }
td.TdClassName
{
border-color: #B26AEA;
}
.TagClassName
{
border-color: #B26AEA;
}
</style>