Shades of Medium Orchid #B547EF
Tints of Medium Orchid #B547EF
RGB
CMYK
RGB Variations
Color information
#B547EF (or 0xB547EF) is known color: Medium Orchid. HEX triplet: B5, 47 and EF. RGB value is (181,71,239). Sum of RGB (Red+Green+Blue) = 181+71+239=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #B547EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547EF is #4AB810. Grayscale: #7A7A7A. Windows color (decimal): -4896785 or 15681461. OLE color: 15681461.
HSL color Cylindrical-coordinate representation of color #B547EF: hue angle of 279.29º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B547EF is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 71 | 239 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.06 |
| HSL | 279.29º | 0.84% | 0.61% | - |
| HSV(B) | 279.29º | 0.7% | 0.94% | - |
| XYZ | 36.89 | 20.56 | 83.69 | - |
| YUV | 123.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 239 | 0.24 | 0.70 | 0 | 0.06 | 279.29 | 0.84 | 0.61 |
| Hex | B5 | 47 | EF | 18 | 46 | 0 | 6 | 117 | 54 | 3D |
| Octal | 265 | 107 | 357 | 30 | 106 | 0 | 6 | 427 | 124 | 75 |
| Binary | 10110101 | 1000111 | 11101111 | 11000 | 1000110 | 0 | 110 | 100010111 | 1010100 | 111101 |
Color Harmonies of #B547EF
Complementary color
Monochromatic Colors of #B547EF
Black with #B547EF
Text Example
Text Example
White with #B547EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547EF; }
p { color: rgb(181,71,239); }
H1.HeaderClassName
{
color: #B547EF;
}
.AnyTagClassName
{
color: #B547EF;
}
</style>
background-color css
<style>
a { background-color: #B547EF; }
a { background-color: rgb(181,71,239); }
div.DivClassName
{
background-color: #B547EF;
}
.BgClassName
{
background-color: #B547EF;
}
</style>
border-color css
<style>
span { border-color: #B547EF; }
span { border-color: rgb(181,71,239); }
td.TdClassName
{
border-color: #B547EF;
}
.TagClassName
{
border-color: #B547EF;
}
</style>