Shades of Medium Orchid #B26BE0
Tints of Medium Orchid #B26BE0
RGB
CMYK
RGB Variations
Color information
#B26BE0 (or 0xB26BE0) is known color: Medium Orchid. HEX triplet: B2, 6B and E0. RGB value is (178,107,224). Sum of RGB (Red+Green+Blue) = 178+107+224=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #B26BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BE0 is #4D941F. Grayscale: #8D8D8D. Windows color (decimal): -5084192 or 14707634. OLE color: 14707634.
HSL color Cylindrical-coordinate representation of color #B26BE0: hue angle of 276.41º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B26BE0 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 107 | 224 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.12 |
| HSL | 276.41º | 0.65% | 0.65% | - |
| HSV(B) | 276.41º | 0.52% | 0.88% | - |
| XYZ | 37.07 | 25.36 | 73.46 | - |
| YUV | 141.57 | 174.52 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 107 | 224 | 0.21 | 0.52 | 0 | 0.12 | 276.41 | 0.65 | 0.65 |
| Hex | B2 | 6B | E0 | 15 | 34 | 0 | C | 114 | 41 | 41 |
| Octal | 262 | 153 | 340 | 25 | 64 | 0 | 14 | 424 | 101 | 101 |
| Binary | 10110010 | 1101011 | 11100000 | 10101 | 110100 | 0 | 1100 | 100010100 | 1000001 | 1000001 |
Color Harmonies of #B26BE0
Complementary color
Monochromatic Colors of #B26BE0
Black with #B26BE0
Text Example
Text Example
White with #B26BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B26BE0; }
p { color: rgb(178,107,224); }
H1.HeaderClassName
{
color: #B26BE0;
}
.AnyTagClassName
{
color: #B26BE0;
}
</style>
background-color css
<style>
a { background-color: #B26BE0; }
a { background-color: rgb(178,107,224); }
div.DivClassName
{
background-color: #B26BE0;
}
.BgClassName
{
background-color: #B26BE0;
}
</style>
border-color css
<style>
span { border-color: #B26BE0; }
span { border-color: rgb(178,107,224); }
td.TdClassName
{
border-color: #B26BE0;
}
.TagClassName
{
border-color: #B26BE0;
}
</style>