Shades of Medium Orchid #B547EA
Tints of Medium Orchid #B547EA
RGB
CMYK
RGB Variations
Color information
#B547EA (or 0xB547EA) is known color: Medium Orchid. HEX triplet: B5, 47 and EA. RGB value is (181,71,234). Sum of RGB (Red+Green+Blue) = 181+71+234=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #B547EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547EA is #4AB815. Grayscale: #797979. Windows color (decimal): -4896790 or 15353781. OLE color: 15353781.
HSL color Cylindrical-coordinate representation of color #B547EA: hue angle of 280.49º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B547EA is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 71 | 234 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.08 |
| HSL | 280.49º | 0.8% | 0.6% | - |
| HSV(B) | 280.49º | 0.7% | 0.92% | - |
| XYZ | 36.16 | 20.27 | 79.85 | - |
| YUV | 122.47 | 190.94 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 234 | 0.23 | 0.70 | 0 | 0.08 | 280.49 | 0.8 | 0.6 |
| Hex | B5 | 47 | EA | 17 | 46 | 0 | 8 | 118 | 50 | 3C |
| Octal | 265 | 107 | 352 | 27 | 106 | 0 | 10 | 430 | 120 | 74 |
| Binary | 10110101 | 1000111 | 11101010 | 10111 | 1000110 | 0 | 1000 | 100011000 | 1010000 | 111100 |
Color Harmonies of #B547EA
Complementary color
Monochromatic Colors of #B547EA
Black with #B547EA
Text Example
Text Example
White with #B547EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547EA; }
p { color: rgb(181,71,234); }
H1.HeaderClassName
{
color: #B547EA;
}
.AnyTagClassName
{
color: #B547EA;
}
</style>
background-color css
<style>
a { background-color: #B547EA; }
a { background-color: rgb(181,71,234); }
div.DivClassName
{
background-color: #B547EA;
}
.BgClassName
{
background-color: #B547EA;
}
</style>
border-color css
<style>
span { border-color: #B547EA; }
span { border-color: rgb(181,71,234); }
td.TdClassName
{
border-color: #B547EA;
}
.TagClassName
{
border-color: #B547EA;
}
</style>