Shades of Medium Orchid #B140E6
Tints of Medium Orchid #B140E6
RGB
CMYK
RGB Variations
Color information
#B140E6 (or 0xB140E6) is known color: Medium Orchid. HEX triplet: B1, 40 and E6. RGB value is (177,64,230). Sum of RGB (Red+Green+Blue) = 177+64+230=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #B140E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140E6 is #4EBF19. Grayscale: #747474. Windows color (decimal): -5160730 or 15089841. OLE color: 15089841.
HSL color Cylindrical-coordinate representation of color #B140E6: hue angle of 280.84º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B140E6 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 64 | 230 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.10 |
| HSL | 280.84º | 0.77% | 0.58% | - |
| HSV(B) | 280.84º | 0.72% | 0.9% | - |
| XYZ | 34.25 | 18.73 | 76.67 | - |
| YUV | 116.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 230 | 0.23 | 0.72 | 0 | 0.10 | 280.84 | 0.77 | 0.58 |
| Hex | B1 | 40 | E6 | 17 | 48 | 0 | A | 119 | 4D | 3A |
| Octal | 261 | 100 | 346 | 27 | 110 | 0 | 12 | 431 | 115 | 72 |
| Binary | 10110001 | 1000000 | 11100110 | 10111 | 1001000 | 0 | 1010 | 100011001 | 1001101 | 111010 |
Color Harmonies of #B140E6
Complementary color
Monochromatic Colors of #B140E6
Black with #B140E6
Text Example
Text Example
White with #B140E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140E6; }
p { color: rgb(177,64,230); }
H1.HeaderClassName
{
color: #B140E6;
}
.AnyTagClassName
{
color: #B140E6;
}
</style>
background-color css
<style>
a { background-color: #B140E6; }
a { background-color: rgb(177,64,230); }
div.DivClassName
{
background-color: #B140E6;
}
.BgClassName
{
background-color: #B140E6;
}
</style>
border-color css
<style>
span { border-color: #B140E6; }
span { border-color: rgb(177,64,230); }
td.TdClassName
{
border-color: #B140E6;
}
.TagClassName
{
border-color: #B140E6;
}
</style>