Shades of Medium Orchid #B54DFC
Tints of Medium Orchid #B54DFC
RGB
CMYK
RGB Variations
Color information
#B54DFC (or 0xB54DFC) is known color: Medium Orchid. HEX triplet: B5, 4D and FC. RGB value is (181,77,252). Sum of RGB (Red+Green+Blue) = 181+77+252=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 77 (30.47% from 255 or 15.10% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #B54DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54DFC is #4AB203. Grayscale: #7F7F7F. Windows color (decimal): -4895236 or 16534965. OLE color: 16534965.
HSL color Cylindrical-coordinate representation of color #B54DFC: hue angle of 275.66º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54DFC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 77 | 252 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.01 |
| HSL | 275.66º | 0.97% | 0.65% | - |
| HSV(B) | 275.66º | 0.69% | 0.99% | - |
| XYZ | 39.28 | 22.16 | 94.3 | - |
| YUV | 128.05 | 197.96 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 252 | 0.28 | 0.69 | 0 | 0.01 | 275.66 | 0.97 | 0.65 |
| Hex | B5 | 4D | FC | 1C | 45 | 0 | 1 | 114 | 61 | 41 |
| Octal | 265 | 115 | 374 | 34 | 105 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10110101 | 1001101 | 11111100 | 11100 | 1000101 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B54DFC
Complementary color
Monochromatic Colors of #B54DFC
Black with #B54DFC
Text Example
Text Example
White with #B54DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54DFC; }
p { color: rgb(181,77,252); }
H1.HeaderClassName
{
color: #B54DFC;
}
.AnyTagClassName
{
color: #B54DFC;
}
</style>
background-color css
<style>
a { background-color: #B54DFC; }
a { background-color: rgb(181,77,252); }
div.DivClassName
{
background-color: #B54DFC;
}
.BgClassName
{
background-color: #B54DFC;
}
</style>
border-color css
<style>
span { border-color: #B54DFC; }
span { border-color: rgb(181,77,252); }
td.TdClassName
{
border-color: #B54DFC;
}
.TagClassName
{
border-color: #B54DFC;
}
</style>