Shades of Medium Orchid #B54EE8
Tints of Medium Orchid #B54EE8
RGB
CMYK
RGB Variations
Color information
#B54EE8 (or 0xB54EE8) is known color: Medium Orchid. HEX triplet: B5, 4E and E8. RGB value is (181,78,232). Sum of RGB (Red+Green+Blue) = 181+78+232=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #B54EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EE8 is #4AB117. Grayscale: #7D7D7D. Windows color (decimal): -4895000 or 15224501. OLE color: 15224501.
HSL color Cylindrical-coordinate representation of color #B54EE8: hue angle of 280.13º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54EE8 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 78 | 232 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.09 |
| HSL | 280.13º | 0.77% | 0.61% | - |
| HSV(B) | 280.13º | 0.66% | 0.91% | - |
| XYZ | 36.35 | 21.1 | 78.5 | - |
| YUV | 126.35 | 187.62 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 232 | 0.22 | 0.66 | 0 | 0.09 | 280.13 | 0.77 | 0.61 |
| Hex | B5 | 4E | E8 | 16 | 42 | 0 | 9 | 118 | 4D | 3D |
| Octal | 265 | 116 | 350 | 26 | 102 | 0 | 11 | 430 | 115 | 75 |
| Binary | 10110101 | 1001110 | 11101000 | 10110 | 1000010 | 0 | 1001 | 100011000 | 1001101 | 111101 |
Color Harmonies of #B54EE8
Complementary color
Monochromatic Colors of #B54EE8
Black with #B54EE8
Text Example
Text Example
White with #B54EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EE8; }
p { color: rgb(181,78,232); }
H1.HeaderClassName
{
color: #B54EE8;
}
.AnyTagClassName
{
color: #B54EE8;
}
</style>
background-color css
<style>
a { background-color: #B54EE8; }
a { background-color: rgb(181,78,232); }
div.DivClassName
{
background-color: #B54EE8;
}
.BgClassName
{
background-color: #B54EE8;
}
</style>
border-color css
<style>
span { border-color: #B54EE8; }
span { border-color: rgb(181,78,232); }
td.TdClassName
{
border-color: #B54EE8;
}
.TagClassName
{
border-color: #B54EE8;
}
</style>