Shades of Medium Orchid #B54CFC
Tints of Medium Orchid #B54CFC
RGB
CMYK
RGB Variations
Color information
#B54CFC (or 0xB54CFC) is known color: Medium Orchid. HEX triplet: B5, 4C and FC. RGB value is (181,76,252). Sum of RGB (Red+Green+Blue) = 181+76+252=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #B54CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CFC is #4AB303. Grayscale: #7E7E7E. Windows color (decimal): -4895492 or 16534709. OLE color: 16534709.
HSL color Cylindrical-coordinate representation of color #B54CFC: hue angle of 275.8º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54CFC is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 76 | 252 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.01 |
| HSL | 275.8º | 0.97% | 0.64% | - |
| HSV(B) | 275.8º | 0.7% | 0.99% | - |
| XYZ | 39.21 | 22.02 | 94.28 | - |
| YUV | 127.46 | 198.29 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 252 | 0.28 | 0.70 | 0 | 0.01 | 275.8 | 0.97 | 0.64 |
| Hex | B5 | 4C | FC | 1C | 46 | 0 | 1 | 114 | 61 | 40 |
| Octal | 265 | 114 | 374 | 34 | 106 | 0 | 1 | 424 | 141 | 100 |
| Binary | 10110101 | 1001100 | 11111100 | 11100 | 1000110 | 0 | 1 | 100010100 | 1100001 | 1000000 |
Color Harmonies of #B54CFC
Complementary color
Monochromatic Colors of #B54CFC
Black with #B54CFC
Text Example
Text Example
White with #B54CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CFC; }
p { color: rgb(181,76,252); }
H1.HeaderClassName
{
color: #B54CFC;
}
.AnyTagClassName
{
color: #B54CFC;
}
</style>
background-color css
<style>
a { background-color: #B54CFC; }
a { background-color: rgb(181,76,252); }
div.DivClassName
{
background-color: #B54CFC;
}
.BgClassName
{
background-color: #B54CFC;
}
</style>
border-color css
<style>
span { border-color: #B54CFC; }
span { border-color: rgb(181,76,252); }
td.TdClassName
{
border-color: #B54CFC;
}
.TagClassName
{
border-color: #B54CFC;
}
</style>