Shades of Medium Orchid #B54CE0
Tints of Medium Orchid #B54CE0
RGB
CMYK
RGB Variations
Color information
#B54CE0 (or 0xB54CE0) is known color: Medium Orchid. HEX triplet: B5, 4C and E0. RGB value is (181,76,224). Sum of RGB (Red+Green+Blue) = 181+76+224=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #B54CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B54CE0 is #4AB31F. Grayscale: #7B7B7B. Windows color (decimal): -4895520 or 14699701. OLE color: 14699701.
HSL color Cylindrical-coordinate representation of color #B54CE0: hue angle of 282.57º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B54CE0 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 76 | 224 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.12 |
| HSL | 282.57º | 0.7% | 0.59% | - |
| HSV(B) | 282.57º | 0.66% | 0.88% | - |
| XYZ | 35.1 | 20.37 | 72.6 | - |
| YUV | 124.27 | 184.29 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 224 | 0.19 | 0.66 | 0 | 0.12 | 282.57 | 0.7 | 0.59 |
| Hex | B5 | 4C | E0 | 13 | 42 | 0 | C | 11B | 46 | 3B |
| Octal | 265 | 114 | 340 | 23 | 102 | 0 | 14 | 433 | 106 | 73 |
| Binary | 10110101 | 1001100 | 11100000 | 10011 | 1000010 | 0 | 1100 | 100011011 | 1000110 | 111011 |
Color Harmonies of #B54CE0
Complementary color
Monochromatic Colors of #B54CE0
Black with #B54CE0
Text Example
Text Example
White with #B54CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CE0; }
p { color: rgb(181,76,224); }
H1.HeaderClassName
{
color: #B54CE0;
}
.AnyTagClassName
{
color: #B54CE0;
}
</style>
background-color css
<style>
a { background-color: #B54CE0; }
a { background-color: rgb(181,76,224); }
div.DivClassName
{
background-color: #B54CE0;
}
.BgClassName
{
background-color: #B54CE0;
}
</style>
border-color css
<style>
span { border-color: #B54CE0; }
span { border-color: rgb(181,76,224); }
td.TdClassName
{
border-color: #B54CE0;
}
.TagClassName
{
border-color: #B54CE0;
}
</style>