Shades of Medium Orchid #B549EE
Tints of Medium Orchid #B549EE
RGB
CMYK
RGB Variations
Color information
#B549EE (or 0xB549EE) is known color: Medium Orchid. HEX triplet: B5, 49 and EE. RGB value is (181,73,238). Sum of RGB (Red+Green+Blue) = 181+73+238=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #B549EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B549EE is #4AB611. Grayscale: #7B7B7B. Windows color (decimal): -4896274 or 15616437. OLE color: 15616437.
HSL color Cylindrical-coordinate representation of color #B549EE: hue angle of 279.27º degrees, saturation: 0.83, 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 #B549EE is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 73 | 238 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.07 |
| HSL | 279.27º | 0.83% | 0.61% | - |
| HSV(B) | 279.27º | 0.69% | 0.93% | - |
| XYZ | 36.87 | 20.76 | 82.95 | - |
| YUV | 124.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 238 | 0.24 | 0.69 | 0 | 0.07 | 279.27 | 0.83 | 0.61 |
| Hex | B5 | 49 | EE | 18 | 45 | 0 | 7 | 117 | 53 | 3D |
| Octal | 265 | 111 | 356 | 30 | 105 | 0 | 7 | 427 | 123 | 75 |
| Binary | 10110101 | 1001001 | 11101110 | 11000 | 1000101 | 0 | 111 | 100010111 | 1010011 | 111101 |
Color Harmonies of #B549EE
Complementary color
Monochromatic Colors of #B549EE
Black with #B549EE
Text Example
Text Example
White with #B549EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B549EE; }
p { color: rgb(181,73,238); }
H1.HeaderClassName
{
color: #B549EE;
}
.AnyTagClassName
{
color: #B549EE;
}
</style>
background-color css
<style>
a { background-color: #B549EE; }
a { background-color: rgb(181,73,238); }
div.DivClassName
{
background-color: #B549EE;
}
.BgClassName
{
background-color: #B549EE;
}
</style>
border-color css
<style>
span { border-color: #B549EE; }
span { border-color: rgb(181,73,238); }
td.TdClassName
{
border-color: #B549EE;
}
.TagClassName
{
border-color: #B549EE;
}
</style>