Shades of Medium Orchid #B54EDD
Tints of Medium Orchid #B54EDD
RGB
CMYK
RGB Variations
Color information
#B54EDD (or 0xB54EDD) is known color: Medium Orchid. HEX triplet: B5, 4E and DD. RGB value is (181,78,221). Sum of RGB (Red+Green+Blue) = 181+78+221=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 78 (30.86% from 255 or 16.25% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B54EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54EDD is #4AB122. Grayscale: #7C7C7C. Windows color (decimal): -4895011 or 14503605. OLE color: 14503605.
HSL color Cylindrical-coordinate representation of color #B54EDD: hue angle of 283.22º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54EDD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 78 | 221 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.13 |
| HSL | 283.22º | 0.68% | 0.59% | - |
| HSV(B) | 283.22º | 0.65% | 0.87% | - |
| XYZ | 34.83 | 20.49 | 70.53 | - |
| YUV | 125.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 221 | 0.18 | 0.65 | 0 | 0.13 | 283.22 | 0.68 | 0.59 |
| Hex | B5 | 4E | DD | 12 | 41 | 0 | D | 11B | 44 | 3B |
| Octal | 265 | 116 | 335 | 22 | 101 | 0 | 15 | 433 | 104 | 73 |
| Binary | 10110101 | 1001110 | 11011101 | 10010 | 1000001 | 0 | 1101 | 100011011 | 1000100 | 111011 |
Color Harmonies of #B54EDD
Complementary color
Monochromatic Colors of #B54EDD
Black with #B54EDD
Text Example
Text Example
White with #B54EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54EDD; }
p { color: rgb(181,78,221); }
H1.HeaderClassName
{
color: #B54EDD;
}
.AnyTagClassName
{
color: #B54EDD;
}
</style>
background-color css
<style>
a { background-color: #B54EDD; }
a { background-color: rgb(181,78,221); }
div.DivClassName
{
background-color: #B54EDD;
}
.BgClassName
{
background-color: #B54EDD;
}
</style>
border-color css
<style>
span { border-color: #B54EDD; }
span { border-color: rgb(181,78,221); }
td.TdClassName
{
border-color: #B54EDD;
}
.TagClassName
{
border-color: #B54EDD;
}
</style>