Shades of Medium Orchid #B54EEA
Tints of Medium Orchid #B54EEA
RGB
CMYK
RGB Variations
Color information
#B54EEA (or 0xB54EEA) is known color: Medium Orchid. HEX triplet: B5, 4E and EA. RGB value is (181,78,234). Sum of RGB (Red+Green+Blue) = 181+78+234=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #B54EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EEA is #4AB115. Grayscale: #7E7E7E. Windows color (decimal): -4894998 or 15355573. OLE color: 15355573.
HSL color Cylindrical-coordinate representation of color #B54EEA: hue angle of 279.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54EEA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 78 | 234 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.08 |
| HSL | 279.62º | 0.79% | 0.61% | - |
| HSV(B) | 279.62º | 0.67% | 0.92% | - |
| XYZ | 36.63 | 21.21 | 80.01 | - |
| YUV | 126.58 | 188.62 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 234 | 0.23 | 0.67 | 0 | 0.08 | 279.62 | 0.79 | 0.61 |
| Hex | B5 | 4E | EA | 17 | 43 | 0 | 8 | 118 | 4F | 3D |
| Octal | 265 | 116 | 352 | 27 | 103 | 0 | 10 | 430 | 117 | 75 |
| Binary | 10110101 | 1001110 | 11101010 | 10111 | 1000011 | 0 | 1000 | 100011000 | 1001111 | 111101 |
Color Harmonies of #B54EEA
Complementary color
Monochromatic Colors of #B54EEA
Black with #B54EEA
Text Example
Text Example
White with #B54EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EEA; }
p { color: rgb(181,78,234); }
H1.HeaderClassName
{
color: #B54EEA;
}
.AnyTagClassName
{
color: #B54EEA;
}
</style>
background-color css
<style>
a { background-color: #B54EEA; }
a { background-color: rgb(181,78,234); }
div.DivClassName
{
background-color: #B54EEA;
}
.BgClassName
{
background-color: #B54EEA;
}
</style>
border-color css
<style>
span { border-color: #B54EEA; }
span { border-color: rgb(181,78,234); }
td.TdClassName
{
border-color: #B54EEA;
}
.TagClassName
{
border-color: #B54EEA;
}
</style>