Shades of Medium Orchid #B141D6
Tints of Medium Orchid #B141D6
RGB
CMYK
RGB Variations
Color information
#B141D6 (or 0xB141D6) is known color: Medium Orchid. HEX triplet: B1, 41 and D6. RGB value is (177,65,214). Sum of RGB (Red+Green+Blue) = 177+65+214=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #B141D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141D6 is #4EBE29. Grayscale: #727272. Windows color (decimal): -5160490 or 14041521. OLE color: 14041521.
HSL color Cylindrical-coordinate representation of color #B141D6: hue angle of 285.1º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B141D6 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 65 | 214 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.16 |
| HSL | 285.1º | 0.65% | 0.55% | - |
| HSV(B) | 285.1º | 0.7% | 0.84% | - |
| XYZ | 32.16 | 17.98 | 65.39 | - |
| YUV | 115.47 | 183.61 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 214 | 0.17 | 0.70 | 0 | 0.16 | 285.1 | 0.65 | 0.55 |
| Hex | B1 | 41 | D6 | 11 | 46 | 0 | 10 | 11D | 41 | 37 |
| Octal | 261 | 101 | 326 | 21 | 106 | 0 | 20 | 435 | 101 | 67 |
| Binary | 10110001 | 1000001 | 11010110 | 10001 | 1000110 | 0 | 10000 | 100011101 | 1000001 | 110111 |
Color Harmonies of #B141D6
Complementary color
Monochromatic Colors of #B141D6
Black with #B141D6
Text Example
Text Example
White with #B141D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141D6; }
p { color: rgb(177,65,214); }
H1.HeaderClassName
{
color: #B141D6;
}
.AnyTagClassName
{
color: #B141D6;
}
</style>
background-color css
<style>
a { background-color: #B141D6; }
a { background-color: rgb(177,65,214); }
div.DivClassName
{
background-color: #B141D6;
}
.BgClassName
{
background-color: #B141D6;
}
</style>
border-color css
<style>
span { border-color: #B141D6; }
span { border-color: rgb(177,65,214); }
td.TdClassName
{
border-color: #B141D6;
}
.TagClassName
{
border-color: #B141D6;
}
</style>