Shades of Medium Orchid #B15FC3
Tints of Medium Orchid #B15FC3
RGB
CMYK
RGB Variations
Color information
#B15FC3 (or 0xB15FC3) is known color: Medium Orchid. HEX triplet: B1, 5F and C3. RGB value is (177,95,195). Sum of RGB (Red+Green+Blue) = 177+95+195=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #B15FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15FC3 is #4EA03C. Grayscale: #828282. Windows color (decimal): -5152829 or 12804017. OLE color: 12804017.
HSL color Cylindrical-coordinate representation of color #B15FC3: hue angle of 289.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15FC3 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 95 | 195 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.24 |
| HSL | 289.2º | 0.45% | 0.57% | - |
| HSV(B) | 289.2º | 0.51% | 0.76% | - |
| XYZ | 32.07 | 21.47 | 54.08 | - |
| YUV | 130.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 195 | 0.09 | 0.51 | 0 | 0.24 | 289.2 | 0.45 | 0.57 |
| Hex | B1 | 5F | C3 | 9 | 33 | 0 | 18 | 121 | 2D | 39 |
| Octal | 261 | 137 | 303 | 11 | 63 | 0 | 30 | 441 | 55 | 71 |
| Binary | 10110001 | 1011111 | 11000011 | 1001 | 110011 | 0 | 11000 | 100100001 | 101101 | 111001 |
Color Harmonies of #B15FC3
Complementary color
Monochromatic Colors of #B15FC3
Black with #B15FC3
Text Example
Text Example
White with #B15FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FC3; }
p { color: rgb(177,95,195); }
H1.HeaderClassName
{
color: #B15FC3;
}
.AnyTagClassName
{
color: #B15FC3;
}
</style>
background-color css
<style>
a { background-color: #B15FC3; }
a { background-color: rgb(177,95,195); }
div.DivClassName
{
background-color: #B15FC3;
}
.BgClassName
{
background-color: #B15FC3;
}
</style>
border-color css
<style>
span { border-color: #B15FC3; }
span { border-color: rgb(177,95,195); }
td.TdClassName
{
border-color: #B15FC3;
}
.TagClassName
{
border-color: #B15FC3;
}
</style>