Shades of Medium Orchid #B857C9
Tints of Medium Orchid #B857C9
RGB
CMYK
RGB Variations
Color information
#B857C9 (or 0xB857C9) is known color: Medium Orchid. HEX triplet: B8, 57 and C9. RGB value is (184,87,201). Sum of RGB (Red+Green+Blue) = 184+87+201=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #B857C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857C9 is #47A836. Grayscale: #808080. Windows color (decimal): -4696119 or 13195192. OLE color: 13195192.
HSL color Cylindrical-coordinate representation of color #B857C9: hue angle of 291.05º 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 #B857C9 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 87 | 201 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.21 |
| HSL | 291.05º | 0.51% | 0.56% | - |
| HSV(B) | 291.05º | 0.57% | 0.79% | - |
| XYZ | 33.72 | 21.22 | 57.58 | - |
| YUV | 129 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 201 | 0.08 | 0.57 | 0 | 0.21 | 291.05 | 0.51 | 0.56 |
| Hex | B8 | 57 | C9 | 8 | 39 | 0 | 15 | 123 | 33 | 38 |
| Octal | 270 | 127 | 311 | 10 | 71 | 0 | 25 | 443 | 63 | 70 |
| Binary | 10111000 | 1010111 | 11001001 | 1000 | 111001 | 0 | 10101 | 100100011 | 110011 | 111000 |
Color Harmonies of #B857C9
Complementary color
Monochromatic Colors of #B857C9
Black with #B857C9
Text Example
Text Example
White with #B857C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857C9; }
p { color: rgb(184,87,201); }
H1.HeaderClassName
{
color: #B857C9;
}
.AnyTagClassName
{
color: #B857C9;
}
</style>
background-color css
<style>
a { background-color: #B857C9; }
a { background-color: rgb(184,87,201); }
div.DivClassName
{
background-color: #B857C9;
}
.BgClassName
{
background-color: #B857C9;
}
</style>
border-color css
<style>
span { border-color: #B857C9; }
span { border-color: rgb(184,87,201); }
td.TdClassName
{
border-color: #B857C9;
}
.TagClassName
{
border-color: #B857C9;
}
</style>