Shades of Medium Orchid #B54DF9
Tints of Medium Orchid #B54DF9
RGB
CMYK
RGB Variations
Color information
#B54DF9 (or 0xB54DF9) is known color: Medium Orchid. HEX triplet: B5, 4D and F9. RGB value is (181,77,249). Sum of RGB (Red+Green+Blue) = 181+77+249=507 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.70% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #B54DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DF9 is #4AB206. Grayscale: #7F7F7F. Windows color (decimal): -4895239 or 16338357. OLE color: 16338357.
HSL color Cylindrical-coordinate representation of color #B54DF9: hue angle of 276.28º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54DF9 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 77 | 249 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.02 |
| HSL | 276.28º | 0.93% | 0.64% | - |
| HSV(B) | 276.28º | 0.69% | 0.98% | - |
| XYZ | 38.81 | 21.97 | 91.82 | - |
| YUV | 127.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 249 | 0.27 | 0.69 | 0 | 0.02 | 276.28 | 0.93 | 0.64 |
| Hex | B5 | 4D | F9 | 1B | 45 | 0 | 2 | 114 | 5D | 40 |
| Octal | 265 | 115 | 371 | 33 | 105 | 0 | 2 | 424 | 135 | 100 |
| Binary | 10110101 | 1001101 | 11111001 | 11011 | 1000101 | 0 | 10 | 100010100 | 1011101 | 1000000 |
Color Harmonies of #B54DF9
Complementary color
Monochromatic Colors of #B54DF9
Black with #B54DF9
Text Example
Text Example
White with #B54DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DF9; }
p { color: rgb(181,77,249); }
H1.HeaderClassName
{
color: #B54DF9;
}
.AnyTagClassName
{
color: #B54DF9;
}
</style>
background-color css
<style>
a { background-color: #B54DF9; }
a { background-color: rgb(181,77,249); }
div.DivClassName
{
background-color: #B54DF9;
}
.BgClassName
{
background-color: #B54DF9;
}
</style>
border-color css
<style>
span { border-color: #B54DF9; }
span { border-color: rgb(181,77,249); }
td.TdClassName
{
border-color: #B54DF9;
}
.TagClassName
{
border-color: #B54DF9;
}
</style>