Shades of Medium Orchid #B54BFE
Tints of Medium Orchid #B54BFE
RGB
CMYK
RGB Variations
Color information
#B54BFE (or 0xB54BFE) is known color: Medium Orchid. HEX triplet: B5, 4B and FE. RGB value is (181,75,254). Sum of RGB (Red+Green+Blue) = 181+75+254=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 75 (29.69% from 255 or 14.71% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B54BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54BFE is #4AB401. Grayscale: #7E7E7E. Windows color (decimal): -4895746 or 16665525. OLE color: 16665525.
HSL color Cylindrical-coordinate representation of color #B54BFE: hue angle of 275.53º 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 #B54BFE is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 75 | 254 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.00 |
| HSL | 275.53º | 0.99% | 0.65% | - |
| HSV(B) | 275.53º | 0.7% | 1% | - |
| XYZ | 39.46 | 22.01 | 95.93 | - |
| YUV | 127.1 | 199.62 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 75 | 254 | 0.29 | 0.70 | 0 | 0.00 | 275.53 | 0.99 | 0.65 |
| Hex | B5 | 4B | FE | 1D | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 265 | 113 | 376 | 35 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110101 | 1001011 | 11111110 | 11101 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B54BFE
Complementary color
Monochromatic Colors of #B54BFE
Black with #B54BFE
Text Example
Text Example
White with #B54BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54BFE; }
p { color: rgb(181,75,254); }
H1.HeaderClassName
{
color: #B54BFE;
}
.AnyTagClassName
{
color: #B54BFE;
}
</style>
background-color css
<style>
a { background-color: #B54BFE; }
a { background-color: rgb(181,75,254); }
div.DivClassName
{
background-color: #B54BFE;
}
.BgClassName
{
background-color: #B54BFE;
}
</style>
border-color css
<style>
span { border-color: #B54BFE; }
span { border-color: rgb(181,75,254); }
td.TdClassName
{
border-color: #B54BFE;
}
.TagClassName
{
border-color: #B54BFE;
}
</style>