Shades of Medium Orchid #B54CF4
Tints of Medium Orchid #B54CF4
RGB
CMYK
RGB Variations
Color information
#B54CF4 (or 0xB54CF4) is known color: Medium Orchid. HEX triplet: B5, 4C and F4. RGB value is (181,76,244). Sum of RGB (Red+Green+Blue) = 181+76+244=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #B54CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CF4 is #4AB30B. Grayscale: #7D7D7D. Windows color (decimal): -4895500 or 16010421. OLE color: 16010421.
HSL color Cylindrical-coordinate representation of color #B54CF4: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B54CF4 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 76 | 244 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.04 |
| HSL | 277.5º | 0.88% | 0.63% | - |
| HSV(B) | 277.5º | 0.69% | 0.96% | - |
| XYZ | 37.97 | 21.52 | 87.74 | - |
| YUV | 126.55 | 194.29 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 244 | 0.26 | 0.69 | 0 | 0.04 | 277.5 | 0.88 | 0.63 |
| Hex | B5 | 4C | F4 | 1A | 45 | 0 | 4 | 116 | 58 | 3F |
| Octal | 265 | 114 | 364 | 32 | 105 | 0 | 4 | 426 | 130 | 77 |
| Binary | 10110101 | 1001100 | 11110100 | 11010 | 1000101 | 0 | 100 | 100010110 | 1011000 | 111111 |
Color Harmonies of #B54CF4
Complementary color
Monochromatic Colors of #B54CF4
Black with #B54CF4
Text Example
Text Example
White with #B54CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CF4; }
p { color: rgb(181,76,244); }
H1.HeaderClassName
{
color: #B54CF4;
}
.AnyTagClassName
{
color: #B54CF4;
}
</style>
background-color css
<style>
a { background-color: #B54CF4; }
a { background-color: rgb(181,76,244); }
div.DivClassName
{
background-color: #B54CF4;
}
.BgClassName
{
background-color: #B54CF4;
}
</style>
border-color css
<style>
span { border-color: #B54CF4; }
span { border-color: rgb(181,76,244); }
td.TdClassName
{
border-color: #B54CF4;
}
.TagClassName
{
border-color: #B54CF4;
}
</style>