Shades of Medium Orchid #B547EB
Tints of Medium Orchid #B547EB
RGB
CMYK
RGB Variations
Color information
#B547EB (or 0xB547EB) is known color: Medium Orchid. HEX triplet: B5, 47 and EB. RGB value is (181,71,235). Sum of RGB (Red+Green+Blue) = 181+71+235=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #B547EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547EB is #4AB814. Grayscale: #7A7A7A. Windows color (decimal): -4896789 or 15419317. OLE color: 15419317.
HSL color Cylindrical-coordinate representation of color #B547EB: hue angle of 280.24º 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 #B547EB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 71 | 235 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.08 |
| HSL | 280.24º | 0.8% | 0.6% | - |
| HSV(B) | 280.24º | 0.7% | 0.92% | - |
| XYZ | 36.3 | 20.33 | 80.61 | - |
| YUV | 122.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 235 | 0.23 | 0.70 | 0 | 0.08 | 280.24 | 0.8 | 0.6 |
| Hex | B5 | 47 | EB | 17 | 46 | 0 | 8 | 118 | 50 | 3C |
| Octal | 265 | 107 | 353 | 27 | 106 | 0 | 10 | 430 | 120 | 74 |
| Binary | 10110101 | 1000111 | 11101011 | 10111 | 1000110 | 0 | 1000 | 100011000 | 1010000 | 111100 |
Color Harmonies of #B547EB
Complementary color
Monochromatic Colors of #B547EB
Black with #B547EB
Text Example
Text Example
White with #B547EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B547EB; }
p { color: rgb(181,71,235); }
H1.HeaderClassName
{
color: #B547EB;
}
.AnyTagClassName
{
color: #B547EB;
}
</style>
background-color css
<style>
a { background-color: #B547EB; }
a { background-color: rgb(181,71,235); }
div.DivClassName
{
background-color: #B547EB;
}
.BgClassName
{
background-color: #B547EB;
}
</style>
border-color css
<style>
span { border-color: #B547EB; }
span { border-color: rgb(181,71,235); }
td.TdClassName
{
border-color: #B547EB;
}
.TagClassName
{
border-color: #B547EB;
}
</style>