Shades of Medium Orchid #B557C6
Tints of Medium Orchid #B557C6
RGB
CMYK
RGB Variations
Color information
#B557C6 (or 0xB557C6) is known color: Medium Orchid. HEX triplet: B5, 57 and C6. RGB value is (181,87,198). Sum of RGB (Red+Green+Blue) = 181+87+198=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #B557C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557C6 is #4AA839. Grayscale: #7F7F7F. Windows color (decimal): -4892730 or 12998581. OLE color: 12998581.
HSL color Cylindrical-coordinate representation of color #B557C6: hue angle of 290.81º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B557C6 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 87 | 198 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.22 |
| HSL | 290.81º | 0.49% | 0.56% | - |
| HSV(B) | 290.81º | 0.56% | 0.78% | - |
| XYZ | 32.66 | 20.72 | 55.7 | - |
| YUV | 127.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 198 | 0.09 | 0.56 | 0 | 0.22 | 290.81 | 0.49 | 0.56 |
| Hex | B5 | 57 | C6 | 9 | 38 | 0 | 16 | 123 | 31 | 38 |
| Octal | 265 | 127 | 306 | 11 | 70 | 0 | 26 | 443 | 61 | 70 |
| Binary | 10110101 | 1010111 | 11000110 | 1001 | 111000 | 0 | 10110 | 100100011 | 110001 | 111000 |
Color Harmonies of #B557C6
Complementary color
Monochromatic Colors of #B557C6
Black with #B557C6
Text Example
Text Example
White with #B557C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557C6; }
p { color: rgb(181,87,198); }
H1.HeaderClassName
{
color: #B557C6;
}
.AnyTagClassName
{
color: #B557C6;
}
</style>
background-color css
<style>
a { background-color: #B557C6; }
a { background-color: rgb(181,87,198); }
div.DivClassName
{
background-color: #B557C6;
}
.BgClassName
{
background-color: #B557C6;
}
</style>
border-color css
<style>
span { border-color: #B557C6; }
span { border-color: rgb(181,87,198); }
td.TdClassName
{
border-color: #B557C6;
}
.TagClassName
{
border-color: #B557C6;
}
</style>