Shades of Medium Orchid #B54CED
Tints of Medium Orchid #B54CED
RGB
CMYK
RGB Variations
Color information
#B54CED (or 0xB54CED) is known color: Medium Orchid. HEX triplet: B5, 4C and ED. RGB value is (181,76,237). Sum of RGB (Red+Green+Blue) = 181+76+237=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B54CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CED is #4AB312. Grayscale: #7D7D7D. Windows color (decimal): -4895507 or 15551669. OLE color: 15551669.
HSL color Cylindrical-coordinate representation of color #B54CED: hue angle of 279.13º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B54CED is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 76 | 237 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.07 |
| HSL | 279.13º | 0.82% | 0.61% | - |
| HSV(B) | 279.13º | 0.68% | 0.93% | - |
| XYZ | 36.93 | 21.11 | 82.25 | - |
| YUV | 125.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 237 | 0.24 | 0.68 | 0 | 0.07 | 279.13 | 0.82 | 0.61 |
| Hex | B5 | 4C | ED | 18 | 44 | 0 | 7 | 117 | 52 | 3D |
| Octal | 265 | 114 | 355 | 30 | 104 | 0 | 7 | 427 | 122 | 75 |
| Binary | 10110101 | 1001100 | 11101101 | 11000 | 1000100 | 0 | 111 | 100010111 | 1010010 | 111101 |
Color Harmonies of #B54CED
Complementary color
Monochromatic Colors of #B54CED
Black with #B54CED
Text Example
Text Example
White with #B54CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54CED; }
p { color: rgb(181,76,237); }
H1.HeaderClassName
{
color: #B54CED;
}
.AnyTagClassName
{
color: #B54CED;
}
</style>
background-color css
<style>
a { background-color: #B54CED; }
a { background-color: rgb(181,76,237); }
div.DivClassName
{
background-color: #B54CED;
}
.BgClassName
{
background-color: #B54CED;
}
</style>
border-color css
<style>
span { border-color: #B54CED; }
span { border-color: rgb(181,76,237); }
td.TdClassName
{
border-color: #B54CED;
}
.TagClassName
{
border-color: #B54CED;
}
</style>