Shades of Medium Orchid #B557EE
Tints of Medium Orchid #B557EE
RGB
CMYK
RGB Variations
Color information
#B557EE (or 0xB557EE) is known color: Medium Orchid. HEX triplet: B5, 57 and EE. RGB value is (181,87,238). Sum of RGB (Red+Green+Blue) = 181+87+238=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 87 (34.38% from 255 or 17.19% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #B557EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557EE is #4AA811. Grayscale: #838383. Windows color (decimal): -4892690 or 15620021. OLE color: 15620021.
HSL color Cylindrical-coordinate representation of color #B557EE: hue angle of 277.35º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B557EE is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 87 | 238 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.07 |
| HSL | 277.35º | 0.82% | 0.64% | - |
| HSV(B) | 277.35º | 0.63% | 0.93% | - |
| XYZ | 37.9 | 22.81 | 83.29 | - |
| YUV | 132.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 238 | 0.24 | 0.63 | 0 | 0.07 | 277.35 | 0.82 | 0.64 |
| Hex | B5 | 57 | EE | 18 | 3F | 0 | 7 | 115 | 52 | 40 |
| Octal | 265 | 127 | 356 | 30 | 77 | 0 | 7 | 425 | 122 | 100 |
| Binary | 10110101 | 1010111 | 11101110 | 11000 | 111111 | 0 | 111 | 100010101 | 1010010 | 1000000 |
Color Harmonies of #B557EE
Complementary color
Monochromatic Colors of #B557EE
Black with #B557EE
Text Example
Text Example
White with #B557EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557EE; }
p { color: rgb(181,87,238); }
H1.HeaderClassName
{
color: #B557EE;
}
.AnyTagClassName
{
color: #B557EE;
}
</style>
background-color css
<style>
a { background-color: #B557EE; }
a { background-color: rgb(181,87,238); }
div.DivClassName
{
background-color: #B557EE;
}
.BgClassName
{
background-color: #B557EE;
}
</style>
border-color css
<style>
span { border-color: #B557EE; }
span { border-color: rgb(181,87,238); }
td.TdClassName
{
border-color: #B557EE;
}
.TagClassName
{
border-color: #B557EE;
}
</style>