Shades of Medium Orchid #B557E4
Tints of Medium Orchid #B557E4
RGB
CMYK
RGB Variations
Color information
#B557E4 (or 0xB557E4) is known color: Medium Orchid. HEX triplet: B5, 57 and E4. RGB value is (181,87,228). Sum of RGB (Red+Green+Blue) = 181+87+228=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 87 (34.38% from 255 or 17.54% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #B557E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557E4 is #4AA81B. Grayscale: #828282. Windows color (decimal): -4892700 or 14964661. OLE color: 14964661.
HSL color Cylindrical-coordinate representation of color #B557E4: hue angle of 280º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B557E4 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 87 | 228 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.11 |
| HSL | 280º | 0.72% | 0.62% | - |
| HSV(B) | 280º | 0.62% | 0.89% | - |
| XYZ | 36.47 | 22.24 | 75.77 | - |
| YUV | 131.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 228 | 0.21 | 0.62 | 0 | 0.11 | 280 | 0.72 | 0.62 |
| Hex | B5 | 57 | E4 | 15 | 3E | 0 | B | 118 | 48 | 3E |
| Octal | 265 | 127 | 344 | 25 | 76 | 0 | 13 | 430 | 110 | 76 |
| Binary | 10110101 | 1010111 | 11100100 | 10101 | 111110 | 0 | 1011 | 100011000 | 1001000 | 111110 |
Color Harmonies of #B557E4
Complementary color
Monochromatic Colors of #B557E4
Black with #B557E4
Text Example
Text Example
White with #B557E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557E4; }
p { color: rgb(181,87,228); }
H1.HeaderClassName
{
color: #B557E4;
}
.AnyTagClassName
{
color: #B557E4;
}
</style>
background-color css
<style>
a { background-color: #B557E4; }
a { background-color: rgb(181,87,228); }
div.DivClassName
{
background-color: #B557E4;
}
.BgClassName
{
background-color: #B557E4;
}
</style>
border-color css
<style>
span { border-color: #B557E4; }
span { border-color: rgb(181,87,228); }
td.TdClassName
{
border-color: #B557E4;
}
.TagClassName
{
border-color: #B557E4;
}
</style>