Shades of Medium Orchid #B54EFF
Tints of Medium Orchid #B54EFF
RGB
CMYK
RGB Variations
Color information
#B54EFF (or 0xB54EFF) is known color: Medium Orchid. HEX triplet: B5, 4E and FF. RGB value is (181,78,255). Sum of RGB (Red+Green+Blue) = 181+78+255=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #B54EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EFF is #4AB100. Grayscale: #808080. Windows color (decimal): -4894977 or 16731829. OLE color: 16731829.
HSL color Cylindrical-coordinate representation of color #B54EFF: hue angle of 274.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54EFF is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 78 | 255 | - |
| CMYK | 0.29 | 0.69 | 0 | 0 |
| HSL | 274.92º | 1% | 0.65% | - |
| HSV(B) | 274.92º | 0.69% | 1% | - |
| XYZ | 39.83 | 22.49 | 96.85 | - |
| YUV | 128.98 | 199.12 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 255 | 0.29 | 0.69 | 0 | 0 | 274.92 | 1 | 0.65 |
| Hex | B5 | 4E | FF | 1D | 45 | 0 | 0 | 113 | 64 | 41 |
| Octal | 265 | 116 | 377 | 35 | 105 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110101 | 1001110 | 11111111 | 11101 | 1000101 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B54EFF
Complementary color
Monochromatic Colors of #B54EFF
Black with #B54EFF
Text Example
Text Example
White with #B54EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EFF; }
p { color: rgb(181,78,255); }
H1.HeaderClassName
{
color: #B54EFF;
}
.AnyTagClassName
{
color: #B54EFF;
}
</style>
background-color css
<style>
a { background-color: #B54EFF; }
a { background-color: rgb(181,78,255); }
div.DivClassName
{
background-color: #B54EFF;
}
.BgClassName
{
background-color: #B54EFF;
}
</style>
border-color css
<style>
span { border-color: #B54EFF; }
span { border-color: rgb(181,78,255); }
td.TdClassName
{
border-color: #B54EFF;
}
.TagClassName
{
border-color: #B54EFF;
}
</style>