Shades of Medium Orchid #B549E5
Tints of Medium Orchid #B549E5
RGB
CMYK
RGB Variations
Color information
#B549E5 (or 0xB549E5) is known color: Medium Orchid. HEX triplet: B5, 49 and E5. RGB value is (181,73,229). Sum of RGB (Red+Green+Blue) = 181+73+229=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #B549E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B549E5 is #4AB61A. Grayscale: #7A7A7A. Windows color (decimal): -4896283 or 15026613. OLE color: 15026613.
HSL color Cylindrical-coordinate representation of color #B549E5: hue angle of 281.54º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B549E5 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 73 | 229 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.10 |
| HSL | 281.54º | 0.75% | 0.59% | - |
| HSV(B) | 281.54º | 0.68% | 0.9% | - |
| XYZ | 35.58 | 20.25 | 76.16 | - |
| YUV | 123.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 229 | 0.21 | 0.68 | 0 | 0.10 | 281.54 | 0.75 | 0.59 |
| Hex | B5 | 49 | E5 | 15 | 44 | 0 | A | 11A | 4B | 3B |
| Octal | 265 | 111 | 345 | 25 | 104 | 0 | 12 | 432 | 113 | 73 |
| Binary | 10110101 | 1001001 | 11100101 | 10101 | 1000100 | 0 | 1010 | 100011010 | 1001011 | 111011 |
Color Harmonies of #B549E5
Complementary color
Monochromatic Colors of #B549E5
Black with #B549E5
Text Example
Text Example
White with #B549E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549E5; }
p { color: rgb(181,73,229); }
H1.HeaderClassName
{
color: #B549E5;
}
.AnyTagClassName
{
color: #B549E5;
}
</style>
background-color css
<style>
a { background-color: #B549E5; }
a { background-color: rgb(181,73,229); }
div.DivClassName
{
background-color: #B549E5;
}
.BgClassName
{
background-color: #B549E5;
}
</style>
border-color css
<style>
span { border-color: #B549E5; }
span { border-color: rgb(181,73,229); }
td.TdClassName
{
border-color: #B549E5;
}
.TagClassName
{
border-color: #B549E5;
}
</style>