Shades of Medium Orchid #B54CFE
Tints of Medium Orchid #B54CFE
RGB
CMYK
RGB Variations
Color information
#B54CFE (or 0xB54CFE) is known color: Medium Orchid. HEX triplet: B5, 4C and FE. RGB value is (181,76,254). Sum of RGB (Red+Green+Blue) = 181+76+254=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B54CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CFE is #4AB301. Grayscale: #7F7F7F. Windows color (decimal): -4895490 or 16665781. OLE color: 16665781.
HSL color Cylindrical-coordinate representation of color #B54CFE: hue angle of 275.39º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54CFE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 76 | 254 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.00 |
| HSL | 275.39º | 0.99% | 0.65% | - |
| HSV(B) | 275.39º | 0.7% | 1% | - |
| XYZ | 39.53 | 22.15 | 95.96 | - |
| YUV | 127.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 254 | 0.29 | 0.70 | 0 | 0.00 | 275.39 | 0.99 | 0.65 |
| Hex | B5 | 4C | FE | 1D | 46 | 0 | 0 | 113 | 63 | 41 |
| Octal | 265 | 114 | 376 | 35 | 106 | 0 | 0 | 423 | 143 | 101 |
| Binary | 10110101 | 1001100 | 11111110 | 11101 | 1000110 | 0 | 0 | 100010011 | 1100011 | 1000001 |
Color Harmonies of #B54CFE
Complementary color
Monochromatic Colors of #B54CFE
Black with #B54CFE
Text Example
Text Example
White with #B54CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CFE; }
p { color: rgb(181,76,254); }
H1.HeaderClassName
{
color: #B54CFE;
}
.AnyTagClassName
{
color: #B54CFE;
}
</style>
background-color css
<style>
a { background-color: #B54CFE; }
a { background-color: rgb(181,76,254); }
div.DivClassName
{
background-color: #B54CFE;
}
.BgClassName
{
background-color: #B54CFE;
}
</style>
border-color css
<style>
span { border-color: #B54CFE; }
span { border-color: rgb(181,76,254); }
td.TdClassName
{
border-color: #B54CFE;
}
.TagClassName
{
border-color: #B54CFE;
}
</style>