Shades of Medium Orchid #B54FED
Tints of Medium Orchid #B54FED
RGB
CMYK
RGB Variations
Color information
#B54FED (or 0xB54FED) is known color: Medium Orchid. HEX triplet: B5, 4F and ED. RGB value is (181,79,237). Sum of RGB (Red+Green+Blue) = 181+79+237=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 79 (31.25% from 255 or 15.90% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #B54FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FED is #4AB012. Grayscale: #7E7E7E. Windows color (decimal): -4894739 or 15552437. OLE color: 15552437.
HSL color Cylindrical-coordinate representation of color #B54FED: hue angle of 278.73º degrees, saturation: 0.81, 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 #B54FED is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 79 | 237 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.07 |
| HSL | 278.73º | 0.81% | 0.62% | - |
| HSV(B) | 278.73º | 0.67% | 0.93% | - |
| XYZ | 37.14 | 21.53 | 82.32 | - |
| YUV | 127.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 237 | 0.24 | 0.67 | 0 | 0.07 | 278.73 | 0.81 | 0.62 |
| Hex | B5 | 4F | ED | 18 | 43 | 0 | 7 | 117 | 51 | 3E |
| Octal | 265 | 117 | 355 | 30 | 103 | 0 | 7 | 427 | 121 | 76 |
| Binary | 10110101 | 1001111 | 11101101 | 11000 | 1000011 | 0 | 111 | 100010111 | 1010001 | 111110 |
Color Harmonies of #B54FED
Complementary color
Monochromatic Colors of #B54FED
Black with #B54FED
Text Example
Text Example
White with #B54FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FED; }
p { color: rgb(181,79,237); }
H1.HeaderClassName
{
color: #B54FED;
}
.AnyTagClassName
{
color: #B54FED;
}
</style>
background-color css
<style>
a { background-color: #B54FED; }
a { background-color: rgb(181,79,237); }
div.DivClassName
{
background-color: #B54FED;
}
.BgClassName
{
background-color: #B54FED;
}
</style>
border-color css
<style>
span { border-color: #B54FED; }
span { border-color: rgb(181,79,237); }
td.TdClassName
{
border-color: #B54FED;
}
.TagClassName
{
border-color: #B54FED;
}
</style>