Shades of Medium Orchid #B557C9
Tints of Medium Orchid #B557C9
RGB
CMYK
RGB Variations
Color information
#B557C9 (or 0xB557C9) is known color: Medium Orchid. HEX triplet: B5, 57 and C9. RGB value is (181,87,201). Sum of RGB (Red+Green+Blue) = 181+87+201=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 87 (34.38% from 255 or 18.55% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #B557C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557C9 is #4AA836. Grayscale: #7F7F7F. Windows color (decimal): -4892727 or 13195189. OLE color: 13195189.
HSL color Cylindrical-coordinate representation of color #B557C9: hue angle of 289.47º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B557C9 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 87 | 201 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.21 |
| HSL | 289.47º | 0.51% | 0.56% | - |
| HSV(B) | 289.47º | 0.57% | 0.79% | - |
| XYZ | 33.01 | 20.86 | 57.54 | - |
| YUV | 128.1 | 169.14 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 201 | 0.10 | 0.57 | 0 | 0.21 | 289.47 | 0.51 | 0.56 |
| Hex | B5 | 57 | C9 | A | 39 | 0 | 15 | 121 | 33 | 38 |
| Octal | 265 | 127 | 311 | 12 | 71 | 0 | 25 | 441 | 63 | 70 |
| Binary | 10110101 | 1010111 | 11001001 | 1010 | 111001 | 0 | 10101 | 100100001 | 110011 | 111000 |
Color Harmonies of #B557C9
Complementary color
Monochromatic Colors of #B557C9
Black with #B557C9
Text Example
Text Example
White with #B557C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B557C9; }
p { color: rgb(181,87,201); }
H1.HeaderClassName
{
color: #B557C9;
}
.AnyTagClassName
{
color: #B557C9;
}
</style>
background-color css
<style>
a { background-color: #B557C9; }
a { background-color: rgb(181,87,201); }
div.DivClassName
{
background-color: #B557C9;
}
.BgClassName
{
background-color: #B557C9;
}
</style>
border-color css
<style>
span { border-color: #B557C9; }
span { border-color: rgb(181,87,201); }
td.TdClassName
{
border-color: #B557C9;
}
.TagClassName
{
border-color: #B557C9;
}
</style>