Shades of Medium Orchid #B54EE9
Tints of Medium Orchid #B54EE9
RGB
CMYK
RGB Variations
Color information
#B54EE9 (or 0xB54EE9) is known color: Medium Orchid. HEX triplet: B5, 4E and E9. RGB value is (181,78,233). Sum of RGB (Red+Green+Blue) = 181+78+233=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 78 (30.86% from 255 or 15.85% 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 #B54EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EE9 is #4AB116. Grayscale: #7D7D7D. Windows color (decimal): -4894999 or 15290037. OLE color: 15290037.
HSL color Cylindrical-coordinate representation of color #B54EE9: hue angle of 279.87º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54EE9 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 78 | 233 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.09 |
| HSL | 279.87º | 0.78% | 0.61% | - |
| HSV(B) | 279.87º | 0.67% | 0.91% | - |
| XYZ | 36.49 | 21.16 | 79.25 | - |
| YUV | 126.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 233 | 0.22 | 0.67 | 0 | 0.09 | 279.87 | 0.78 | 0.61 |
| Hex | B5 | 4E | E9 | 16 | 43 | 0 | 9 | 118 | 4E | 3D |
| Octal | 265 | 116 | 351 | 26 | 103 | 0 | 11 | 430 | 116 | 75 |
| Binary | 10110101 | 1001110 | 11101001 | 10110 | 1000011 | 0 | 1001 | 100011000 | 1001110 | 111101 |
Color Harmonies of #B54EE9
Complementary color
Monochromatic Colors of #B54EE9
Black with #B54EE9
Text Example
Text Example
White with #B54EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EE9; }
p { color: rgb(181,78,233); }
H1.HeaderClassName
{
color: #B54EE9;
}
.AnyTagClassName
{
color: #B54EE9;
}
</style>
background-color css
<style>
a { background-color: #B54EE9; }
a { background-color: rgb(181,78,233); }
div.DivClassName
{
background-color: #B54EE9;
}
.BgClassName
{
background-color: #B54EE9;
}
</style>
border-color css
<style>
span { border-color: #B54EE9; }
span { border-color: rgb(181,78,233); }
td.TdClassName
{
border-color: #B54EE9;
}
.TagClassName
{
border-color: #B54EE9;
}
</style>