Shades of Medium Orchid #B54DFF
Tints of Medium Orchid #B54DFF
RGB
CMYK
RGB Variations
Color information
#B54DFF (or 0xB54DFF) is known color: Medium Orchid. HEX triplet: B5, 4D and FF. RGB value is (181,77,255). Sum of RGB (Red+Green+Blue) = 181+77+255=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #B54DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DFF is #4AB200. Grayscale: #7F7F7F. Windows color (decimal): -4895233 or 16731573. OLE color: 16731573.
HSL color Cylindrical-coordinate representation of color #B54DFF: hue angle of 275.06º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54DFF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 77 | 255 | - |
| CMYK | 0.29 | 0.70 | 0 | 0 |
| HSL | 275.06º | 1% | 0.65% | - |
| HSV(B) | 275.06º | 0.7% | 1% | - |
| XYZ | 39.76 | 22.35 | 96.83 | - |
| YUV | 128.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 255 | 0.29 | 0.70 | 0 | 0 | 275.06 | 1 | 0.65 |
| Hex | B5 | 4D | FF | 1D | 46 | 0 | 0 | 113 | 64 | 41 |
| Octal | 265 | 115 | 377 | 35 | 106 | 0 | 0 | 423 | 144 | 101 |
| Binary | 10110101 | 1001101 | 11111111 | 11101 | 1000110 | 0 | 0 | 100010011 | 1100100 | 1000001 |
Color Harmonies of #B54DFF
Complementary color
Monochromatic Colors of #B54DFF
Black with #B54DFF
Text Example
Text Example
White with #B54DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DFF; }
p { color: rgb(181,77,255); }
H1.HeaderClassName
{
color: #B54DFF;
}
.AnyTagClassName
{
color: #B54DFF;
}
</style>
background-color css
<style>
a { background-color: #B54DFF; }
a { background-color: rgb(181,77,255); }
div.DivClassName
{
background-color: #B54DFF;
}
.BgClassName
{
background-color: #B54DFF;
}
</style>
border-color css
<style>
span { border-color: #B54DFF; }
span { border-color: rgb(181,77,255); }
td.TdClassName
{
border-color: #B54DFF;
}
.TagClassName
{
border-color: #B54DFF;
}
</style>