Shades of Medium Orchid #B54FF0
Tints of Medium Orchid #B54FF0
RGB
CMYK
RGB Variations
Color information
#B54FF0 (or 0xB54FF0) is known color: Medium Orchid. HEX triplet: B5, 4F and F0. RGB value is (181,79,240). Sum of RGB (Red+Green+Blue) = 181+79+240=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #B54FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54FF0 is #4AB00F. Grayscale: #7F7F7F. Windows color (decimal): -4894736 or 15749045. OLE color: 15749045.
HSL color Cylindrical-coordinate representation of color #B54FF0: hue angle of 278.01º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B54FF0 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 79 | 240 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.06 |
| HSL | 278.01º | 0.84% | 0.63% | - |
| HSV(B) | 278.01º | 0.67% | 0.94% | - |
| XYZ | 37.58 | 21.71 | 84.65 | - |
| YUV | 127.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 79 | 240 | 0.25 | 0.67 | 0 | 0.06 | 278.01 | 0.84 | 0.63 |
| Hex | B5 | 4F | F0 | 19 | 43 | 0 | 6 | 116 | 54 | 3F |
| Octal | 265 | 117 | 360 | 31 | 103 | 0 | 6 | 426 | 124 | 77 |
| Binary | 10110101 | 1001111 | 11110000 | 11001 | 1000011 | 0 | 110 | 100010110 | 1010100 | 111111 |
Color Harmonies of #B54FF0
Complementary color
Monochromatic Colors of #B54FF0
Black with #B54FF0
Text Example
Text Example
White with #B54FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54FF0; }
p { color: rgb(181,79,240); }
H1.HeaderClassName
{
color: #B54FF0;
}
.AnyTagClassName
{
color: #B54FF0;
}
</style>
background-color css
<style>
a { background-color: #B54FF0; }
a { background-color: rgb(181,79,240); }
div.DivClassName
{
background-color: #B54FF0;
}
.BgClassName
{
background-color: #B54FF0;
}
</style>
border-color css
<style>
span { border-color: #B54FF0; }
span { border-color: rgb(181,79,240); }
td.TdClassName
{
border-color: #B54FF0;
}
.TagClassName
{
border-color: #B54FF0;
}
</style>