Shades of Medium Orchid #B261E3
Tints of Medium Orchid #B261E3
RGB
CMYK
RGB Variations
Color information
#B261E3 (or 0xB261E3) is known color: Medium Orchid. HEX triplet: B2, 61 and E3. RGB value is (178,97,227). Sum of RGB (Red+Green+Blue) = 178+97+227=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 227 - color contains mainly: blue. Hex color #B261E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261E3 is #4D9E1C. Grayscale: #878787. Windows color (decimal): -5086749 or 14901682. OLE color: 14901682.
HSL color Cylindrical-coordinate representation of color #B261E3: hue angle of 277.38º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B261E3 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 97 | 227 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.11 |
| HSL | 277.38º | 0.7% | 0.64% | - |
| HSV(B) | 277.38º | 0.57% | 0.89% | - |
| XYZ | 36.5 | 23.56 | 75.3 | - |
| YUV | 136.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 227 | 0.22 | 0.57 | 0 | 0.11 | 277.38 | 0.7 | 0.64 |
| Hex | B2 | 61 | E3 | 16 | 39 | 0 | B | 115 | 46 | 40 |
| Octal | 262 | 141 | 343 | 26 | 71 | 0 | 13 | 425 | 106 | 100 |
| Binary | 10110010 | 1100001 | 11100011 | 10110 | 111001 | 0 | 1011 | 100010101 | 1000110 | 1000000 |
Color Harmonies of #B261E3
Complementary color
Monochromatic Colors of #B261E3
Black with #B261E3
Text Example
Text Example
White with #B261E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B261E3; }
p { color: rgb(178,97,227); }
H1.HeaderClassName
{
color: #B261E3;
}
.AnyTagClassName
{
color: #B261E3;
}
</style>
background-color css
<style>
a { background-color: #B261E3; }
a { background-color: rgb(178,97,227); }
div.DivClassName
{
background-color: #B261E3;
}
.BgClassName
{
background-color: #B261E3;
}
</style>
border-color css
<style>
span { border-color: #B261E3; }
span { border-color: rgb(178,97,227); }
td.TdClassName
{
border-color: #B261E3;
}
.TagClassName
{
border-color: #B261E3;
}
</style>