Shades of Medium Orchid #B549ED
Tints of Medium Orchid #B549ED
RGB
CMYK
RGB Variations
Color information
#B549ED (or 0xB549ED) is known color: Medium Orchid. HEX triplet: B5, 49 and ED. RGB value is (181,73,237). Sum of RGB (Red+Green+Blue) = 181+73+237=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #B549ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549ED is #4AB612. Grayscale: #7B7B7B. Windows color (decimal): -4896275 or 15550901. OLE color: 15550901.
HSL color Cylindrical-coordinate representation of color #B549ED: hue angle of 279.51º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B549ED is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 73 | 237 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.07 |
| HSL | 279.51º | 0.82% | 0.61% | - |
| HSV(B) | 279.51º | 0.69% | 0.93% | - |
| XYZ | 36.72 | 20.7 | 82.18 | - |
| YUV | 123.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 237 | 0.24 | 0.69 | 0 | 0.07 | 279.51 | 0.82 | 0.61 |
| Hex | B5 | 49 | ED | 18 | 45 | 0 | 7 | 118 | 52 | 3D |
| Octal | 265 | 111 | 355 | 30 | 105 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10110101 | 1001001 | 11101101 | 11000 | 1000101 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B549ED
Complementary color
Monochromatic Colors of #B549ED
Black with #B549ED
Text Example
Text Example
White with #B549ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549ED; }
p { color: rgb(181,73,237); }
H1.HeaderClassName
{
color: #B549ED;
}
.AnyTagClassName
{
color: #B549ED;
}
</style>
background-color css
<style>
a { background-color: #B549ED; }
a { background-color: rgb(181,73,237); }
div.DivClassName
{
background-color: #B549ED;
}
.BgClassName
{
background-color: #B549ED;
}
</style>
border-color css
<style>
span { border-color: #B549ED; }
span { border-color: rgb(181,73,237); }
td.TdClassName
{
border-color: #B549ED;
}
.TagClassName
{
border-color: #B549ED;
}
</style>