Shades of Medium Orchid #B257C9
Tints of Medium Orchid #B257C9
RGB
CMYK
RGB Variations
Color information
#B257C9 (or 0xB257C9) is known color: Medium Orchid. HEX triplet: B2, 57 and C9. RGB value is (178,87,201). Sum of RGB (Red+Green+Blue) = 178+87+201=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 201 - color contains mainly: blue. Hex color #B257C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B257C9 is #4DA836. Grayscale: #7E7E7E. Windows color (decimal): -5089335 or 13195186. OLE color: 13195186.
HSL color Cylindrical-coordinate representation of color #B257C9: hue angle of 287.89º 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 #B257C9 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 87 | 201 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.21 |
| HSL | 287.89º | 0.51% | 0.56% | - |
| HSV(B) | 287.89º | 0.57% | 0.79% | - |
| XYZ | 32.31 | 20.5 | 57.51 | - |
| YUV | 127.21 | 169.65 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 201 | 0.11 | 0.57 | 0 | 0.21 | 287.89 | 0.51 | 0.56 |
| Hex | B2 | 57 | C9 | B | 39 | 0 | 15 | 120 | 33 | 38 |
| Octal | 262 | 127 | 311 | 13 | 71 | 0 | 25 | 440 | 63 | 70 |
| Binary | 10110010 | 1010111 | 11001001 | 1011 | 111001 | 0 | 10101 | 100100000 | 110011 | 111000 |
Color Harmonies of #B257C9
Complementary color
Monochromatic Colors of #B257C9
Black with #B257C9
Text Example
Text Example
White with #B257C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B257C9; }
p { color: rgb(178,87,201); }
H1.HeaderClassName
{
color: #B257C9;
}
.AnyTagClassName
{
color: #B257C9;
}
</style>
background-color css
<style>
a { background-color: #B257C9; }
a { background-color: rgb(178,87,201); }
div.DivClassName
{
background-color: #B257C9;
}
.BgClassName
{
background-color: #B257C9;
}
</style>
border-color css
<style>
span { border-color: #B257C9; }
span { border-color: rgb(178,87,201); }
td.TdClassName
{
border-color: #B257C9;
}
.TagClassName
{
border-color: #B257C9;
}
</style>