Shades of Medium Orchid #B140D0
Tints of Medium Orchid #B140D0
RGB
CMYK
RGB Variations
Color information
#B140D0 (or 0xB140D0) is known color: Medium Orchid. HEX triplet: B1, 40 and D0. RGB value is (177,64,208). Sum of RGB (Red+Green+Blue) = 177+64+208=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #B140D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140D0 is #4EBF2F. Grayscale: #717171. Windows color (decimal): -5160752 or 13648049. OLE color: 13648049.
HSL color Cylindrical-coordinate representation of color #B140D0: hue angle of 287.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B140D0 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 64 | 208 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.18 |
| HSL | 287.08º | 0.61% | 0.53% | - |
| HSV(B) | 287.08º | 0.69% | 0.82% | - |
| XYZ | 31.35 | 17.57 | 61.41 | - |
| YUV | 114.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 208 | 0.15 | 0.69 | 0 | 0.18 | 287.08 | 0.61 | 0.53 |
| Hex | B1 | 40 | D0 | F | 45 | 0 | 12 | 11F | 3D | 35 |
| Octal | 261 | 100 | 320 | 17 | 105 | 0 | 22 | 437 | 75 | 65 |
| Binary | 10110001 | 1000000 | 11010000 | 1111 | 1000101 | 0 | 10010 | 100011111 | 111101 | 110101 |
Color Harmonies of #B140D0
Complementary color
Monochromatic Colors of #B140D0
Black with #B140D0
Text Example
Text Example
White with #B140D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140D0; }
p { color: rgb(177,64,208); }
H1.HeaderClassName
{
color: #B140D0;
}
.AnyTagClassName
{
color: #B140D0;
}
</style>
background-color css
<style>
a { background-color: #B140D0; }
a { background-color: rgb(177,64,208); }
div.DivClassName
{
background-color: #B140D0;
}
.BgClassName
{
background-color: #B140D0;
}
</style>
border-color css
<style>
span { border-color: #B140D0; }
span { border-color: rgb(177,64,208); }
td.TdClassName
{
border-color: #B140D0;
}
.TagClassName
{
border-color: #B140D0;
}
</style>