Shades of Medium Orchid #B357C9
Tints of Medium Orchid #B357C9
RGB
CMYK
RGB Variations
Color information
#B357C9 (or 0xB357C9) is known color: Medium Orchid. HEX triplet: B3, 57 and C9. RGB value is (179,87,201). Sum of RGB (Red+Green+Blue) = 179+87+201=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 201 (78.91% from 255 or 43.04% from 467); Max value from RGB is 201 - color contains mainly: blue. Hex color #B357C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B357C9 is #4CA836. Grayscale: #7F7F7F. Windows color (decimal): -5023799 or 13195187. OLE color: 13195187.
HSL color Cylindrical-coordinate representation of color #B357C9: hue angle of 288.42º 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 #B357C9 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 87 | 201 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.21 |
| HSL | 288.42º | 0.51% | 0.56% | - |
| HSV(B) | 288.42º | 0.57% | 0.79% | - |
| XYZ | 32.54 | 20.62 | 57.52 | - |
| YUV | 127.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 201 | 0.11 | 0.57 | 0 | 0.21 | 288.42 | 0.51 | 0.56 |
| Hex | B3 | 57 | C9 | B | 39 | 0 | 15 | 120 | 33 | 38 |
| Octal | 263 | 127 | 311 | 13 | 71 | 0 | 25 | 440 | 63 | 70 |
| Binary | 10110011 | 1010111 | 11001001 | 1011 | 111001 | 0 | 10101 | 100100000 | 110011 | 111000 |
Color Harmonies of #B357C9
Complementary color
Monochromatic Colors of #B357C9
Black with #B357C9
Text Example
Text Example
White with #B357C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B357C9; }
p { color: rgb(179,87,201); }
H1.HeaderClassName
{
color: #B357C9;
}
.AnyTagClassName
{
color: #B357C9;
}
</style>
background-color css
<style>
a { background-color: #B357C9; }
a { background-color: rgb(179,87,201); }
div.DivClassName
{
background-color: #B357C9;
}
.BgClassName
{
background-color: #B357C9;
}
</style>
border-color css
<style>
span { border-color: #B357C9; }
span { border-color: rgb(179,87,201); }
td.TdClassName
{
border-color: #B357C9;
}
.TagClassName
{
border-color: #B357C9;
}
</style>