Shades of Medium Orchid #B54DF4
Tints of Medium Orchid #B54DF4
RGB
CMYK
RGB Variations
Color information
#B54DF4 (or 0xB54DF4) is known color: Medium Orchid. HEX triplet: B5, 4D and F4. RGB value is (181,77,244). Sum of RGB (Red+Green+Blue) = 181+77+244=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #B54DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DF4 is #4AB20B. Grayscale: #7E7E7E. Windows color (decimal): -4895244 or 16010677. OLE color: 16010677.
HSL color Cylindrical-coordinate representation of color #B54DF4: hue angle of 277.37º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54DF4 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 77 | 244 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.04 |
| HSL | 277.37º | 0.88% | 0.63% | - |
| HSV(B) | 277.37º | 0.68% | 0.96% | - |
| XYZ | 38.04 | 21.66 | 87.76 | - |
| YUV | 127.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 244 | 0.26 | 0.68 | 0 | 0.04 | 277.37 | 0.88 | 0.63 |
| Hex | B5 | 4D | F4 | 1A | 44 | 0 | 4 | 115 | 58 | 3F |
| Octal | 265 | 115 | 364 | 32 | 104 | 0 | 4 | 425 | 130 | 77 |
| Binary | 10110101 | 1001101 | 11110100 | 11010 | 1000100 | 0 | 100 | 100010101 | 1011000 | 111111 |
Color Harmonies of #B54DF4
Complementary color
Monochromatic Colors of #B54DF4
Black with #B54DF4
Text Example
Text Example
White with #B54DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DF4; }
p { color: rgb(181,77,244); }
H1.HeaderClassName
{
color: #B54DF4;
}
.AnyTagClassName
{
color: #B54DF4;
}
</style>
background-color css
<style>
a { background-color: #B54DF4; }
a { background-color: rgb(181,77,244); }
div.DivClassName
{
background-color: #B54DF4;
}
.BgClassName
{
background-color: #B54DF4;
}
</style>
border-color css
<style>
span { border-color: #B54DF4; }
span { border-color: rgb(181,77,244); }
td.TdClassName
{
border-color: #B54DF4;
}
.TagClassName
{
border-color: #B54DF4;
}
</style>