Shades of Medium Orchid #B54EEE
Tints of Medium Orchid #B54EEE
RGB
CMYK
RGB Variations
Color information
#B54EEE (or 0xB54EEE) is known color: Medium Orchid. HEX triplet: B5, 4E and EE. RGB value is (181,78,238). Sum of RGB (Red+Green+Blue) = 181+78+238=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #B54EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EEE is #4AB111. Grayscale: #7E7E7E. Windows color (decimal): -4894994 or 15617717. OLE color: 15617717.
HSL color Cylindrical-coordinate representation of color #B54EEE: hue angle of 278.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54EEE is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 78 | 238 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.07 |
| HSL | 278.63º | 0.82% | 0.62% | - |
| HSV(B) | 278.63º | 0.67% | 0.93% | - |
| XYZ | 37.21 | 21.45 | 83.07 | - |
| YUV | 127.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 238 | 0.24 | 0.67 | 0 | 0.07 | 278.63 | 0.82 | 0.62 |
| Hex | B5 | 4E | EE | 18 | 43 | 0 | 7 | 117 | 52 | 3E |
| Octal | 265 | 116 | 356 | 30 | 103 | 0 | 7 | 427 | 122 | 76 |
| Binary | 10110101 | 1001110 | 11101110 | 11000 | 1000011 | 0 | 111 | 100010111 | 1010010 | 111110 |
Color Harmonies of #B54EEE
Complementary color
Monochromatic Colors of #B54EEE
Black with #B54EEE
Text Example
Text Example
White with #B54EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EEE; }
p { color: rgb(181,78,238); }
H1.HeaderClassName
{
color: #B54EEE;
}
.AnyTagClassName
{
color: #B54EEE;
}
</style>
background-color css
<style>
a { background-color: #B54EEE; }
a { background-color: rgb(181,78,238); }
div.DivClassName
{
background-color: #B54EEE;
}
.BgClassName
{
background-color: #B54EEE;
}
</style>
border-color css
<style>
span { border-color: #B54EEE; }
span { border-color: rgb(181,78,238); }
td.TdClassName
{
border-color: #B54EEE;
}
.TagClassName
{
border-color: #B54EEE;
}
</style>