Shades of Medium Orchid #B251E9
Tints of Medium Orchid #B251E9
RGB
CMYK
RGB Variations
Color information
#B251E9 (or 0xB251E9) is known color: Medium Orchid. HEX triplet: B2, 51 and E9. RGB value is (178,81,233). Sum of RGB (Red+Green+Blue) = 178+81+233=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #B251E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B251E9 is #4DAE16. Grayscale: #7E7E7E. Windows color (decimal): -5090839 or 15290802. OLE color: 15290802.
HSL color Cylindrical-coordinate representation of color #B251E9: hue angle of 278.29º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B251E9 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 81 | 233 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.09 |
| HSL | 278.29º | 0.78% | 0.62% | - |
| HSV(B) | 278.29º | 0.65% | 0.91% | - |
| XYZ | 36.01 | 21.23 | 79.29 | - |
| YUV | 127.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 233 | 0.24 | 0.65 | 0 | 0.09 | 278.29 | 0.78 | 0.62 |
| Hex | B2 | 51 | E9 | 18 | 41 | 0 | 9 | 116 | 4E | 3E |
| Octal | 262 | 121 | 351 | 30 | 101 | 0 | 11 | 426 | 116 | 76 |
| Binary | 10110010 | 1010001 | 11101001 | 11000 | 1000001 | 0 | 1001 | 100010110 | 1001110 | 111110 |
Color Harmonies of #B251E9
Complementary color
Monochromatic Colors of #B251E9
Black with #B251E9
Text Example
Text Example
White with #B251E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B251E9; }
p { color: rgb(178,81,233); }
H1.HeaderClassName
{
color: #B251E9;
}
.AnyTagClassName
{
color: #B251E9;
}
</style>
background-color css
<style>
a { background-color: #B251E9; }
a { background-color: rgb(178,81,233); }
div.DivClassName
{
background-color: #B251E9;
}
.BgClassName
{
background-color: #B251E9;
}
</style>
border-color css
<style>
span { border-color: #B251E9; }
span { border-color: rgb(178,81,233); }
td.TdClassName
{
border-color: #B251E9;
}
.TagClassName
{
border-color: #B251E9;
}
</style>