Shades of Medium Orchid #B549EA
Tints of Medium Orchid #B549EA
RGB
CMYK
RGB Variations
Color information
#B549EA (or 0xB549EA) is known color: Medium Orchid. HEX triplet: B5, 49 and EA. RGB value is (181,73,234). Sum of RGB (Red+Green+Blue) = 181+73+234=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #B549EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549EA is #4AB615. Grayscale: #7B7B7B. Windows color (decimal): -4896278 or 15354293. OLE color: 15354293.
HSL color Cylindrical-coordinate representation of color #B549EA: hue angle of 280.25º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B549EA is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 73 | 234 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.08 |
| HSL | 280.25º | 0.79% | 0.6% | - |
| HSV(B) | 280.25º | 0.69% | 0.92% | - |
| XYZ | 36.29 | 20.53 | 79.89 | - |
| YUV | 123.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 234 | 0.23 | 0.69 | 0 | 0.08 | 280.25 | 0.79 | 0.6 |
| Hex | B5 | 49 | EA | 17 | 45 | 0 | 8 | 118 | 4F | 3C |
| Octal | 265 | 111 | 352 | 27 | 105 | 0 | 10 | 430 | 117 | 74 |
| Binary | 10110101 | 1001001 | 11101010 | 10111 | 1000101 | 0 | 1000 | 100011000 | 1001111 | 111100 |
Color Harmonies of #B549EA
Complementary color
Monochromatic Colors of #B549EA
Black with #B549EA
Text Example
Text Example
White with #B549EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549EA; }
p { color: rgb(181,73,234); }
H1.HeaderClassName
{
color: #B549EA;
}
.AnyTagClassName
{
color: #B549EA;
}
</style>
background-color css
<style>
a { background-color: #B549EA; }
a { background-color: rgb(181,73,234); }
div.DivClassName
{
background-color: #B549EA;
}
.BgClassName
{
background-color: #B549EA;
}
</style>
border-color css
<style>
span { border-color: #B549EA; }
span { border-color: rgb(181,73,234); }
td.TdClassName
{
border-color: #B549EA;
}
.TagClassName
{
border-color: #B549EA;
}
</style>