Shades of Medium Orchid #B547EE
Tints of Medium Orchid #B547EE
RGB
CMYK
RGB Variations
Color information
#B547EE (or 0xB547EE) is known color: Medium Orchid. HEX triplet: B5, 47 and EE. RGB value is (181,71,238). Sum of RGB (Red+Green+Blue) = 181+71+238=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #B547EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547EE is #4AB811. Grayscale: #7A7A7A. Windows color (decimal): -4896786 or 15615925. OLE color: 15615925.
HSL color Cylindrical-coordinate representation of color #B547EE: hue angle of 279.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B547EE is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 71 | 238 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.07 |
| HSL | 279.52º | 0.83% | 0.61% | - |
| HSV(B) | 279.52º | 0.7% | 0.93% | - |
| XYZ | 36.74 | 20.5 | 82.91 | - |
| YUV | 122.93 | 192.94 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 238 | 0.24 | 0.70 | 0 | 0.07 | 279.52 | 0.83 | 0.61 |
| Hex | B5 | 47 | EE | 18 | 46 | 0 | 7 | 118 | 53 | 3D |
| Octal | 265 | 107 | 356 | 30 | 106 | 0 | 7 | 430 | 123 | 75 |
| Binary | 10110101 | 1000111 | 11101110 | 11000 | 1000110 | 0 | 111 | 100011000 | 1010011 | 111101 |
Color Harmonies of #B547EE
Complementary color
Monochromatic Colors of #B547EE
Black with #B547EE
Text Example
Text Example
White with #B547EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547EE; }
p { color: rgb(181,71,238); }
H1.HeaderClassName
{
color: #B547EE;
}
.AnyTagClassName
{
color: #B547EE;
}
</style>
background-color css
<style>
a { background-color: #B547EE; }
a { background-color: rgb(181,71,238); }
div.DivClassName
{
background-color: #B547EE;
}
.BgClassName
{
background-color: #B547EE;
}
</style>
border-color css
<style>
span { border-color: #B547EE; }
span { border-color: rgb(181,71,238); }
td.TdClassName
{
border-color: #B547EE;
}
.TagClassName
{
border-color: #B547EE;
}
</style>