Shades of Medium Orchid #B54EFC
Tints of Medium Orchid #B54EFC
RGB
CMYK
RGB Variations
Color information
#B54EFC (or 0xB54EFC) is known color: Medium Orchid. HEX triplet: B5, 4E and FC. RGB value is (181,78,252). Sum of RGB (Red+Green+Blue) = 181+78+252=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 78 (30.86% from 255 or 15.26% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #B54EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B54EFC is #4AB103. Grayscale: #808080. Windows color (decimal): -4894980 or 16535221. OLE color: 16535221.
HSL color Cylindrical-coordinate representation of color #B54EFC: hue angle of 275.52º 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 #B54EFC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 78 | 252 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.01 |
| HSL | 275.52º | 0.97% | 0.65% | - |
| HSV(B) | 275.52º | 0.69% | 0.99% | - |
| XYZ | 39.35 | 22.3 | 94.33 | - |
| YUV | 128.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 252 | 0.28 | 0.69 | 0 | 0.01 | 275.52 | 0.97 | 0.65 |
| Hex | B5 | 4E | FC | 1C | 45 | 0 | 1 | 114 | 61 | 41 |
| Octal | 265 | 116 | 374 | 34 | 105 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10110101 | 1001110 | 11111100 | 11100 | 1000101 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B54EFC
Complementary color
Monochromatic Colors of #B54EFC
Black with #B54EFC
Text Example
Text Example
White with #B54EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EFC; }
p { color: rgb(181,78,252); }
H1.HeaderClassName
{
color: #B54EFC;
}
.AnyTagClassName
{
color: #B54EFC;
}
</style>
background-color css
<style>
a { background-color: #B54EFC; }
a { background-color: rgb(181,78,252); }
div.DivClassName
{
background-color: #B54EFC;
}
.BgClassName
{
background-color: #B54EFC;
}
</style>
border-color css
<style>
span { border-color: #B54EFC; }
span { border-color: rgb(181,78,252); }
td.TdClassName
{
border-color: #B54EFC;
}
.TagClassName
{
border-color: #B54EFC;
}
</style>