Shades of Medium Orchid #B140FF
Tints of Medium Orchid #B140FF
RGB
CMYK
RGB Variations
Color information
#B140FF (or 0xB140FF) is known color: Medium Orchid. HEX triplet: B1, 40 and FF. RGB value is (177,64,255). Sum of RGB (Red+Green+Blue) = 177+64+255=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B140FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140FF is #4EBF00. Grayscale: #767676. Windows color (decimal): -5160705 or 16728241. OLE color: 16728241.
HSL color Cylindrical-coordinate representation of color #B140FF: hue angle of 275.5º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B140FF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 64 | 255 | - |
| CMYK | 0.31 | 0.75 | 0 | 0 |
| HSL | 275.5º | 1% | 0.63% | - |
| HSV(B) | 275.5º | 0.75% | 1% | - |
| XYZ | 38.01 | 20.23 | 96.51 | - |
| YUV | 119.56 | 204.44 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 255 | 0.31 | 0.75 | 0 | 0 | 275.5 | 1 | 0.63 |
| Hex | B1 | 40 | FF | 1F | 4B | 0 | 0 | 113 | 64 | 3F |
| Octal | 261 | 100 | 377 | 37 | 113 | 0 | 0 | 423 | 144 | 77 |
| Binary | 10110001 | 1000000 | 11111111 | 11111 | 1001011 | 0 | 0 | 100010011 | 1100100 | 111111 |
Color Harmonies of #B140FF
Complementary color
Monochromatic Colors of #B140FF
Black with #B140FF
Text Example
Text Example
White with #B140FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140FF; }
p { color: rgb(177,64,255); }
H1.HeaderClassName
{
color: #B140FF;
}
.AnyTagClassName
{
color: #B140FF;
}
</style>
background-color css
<style>
a { background-color: #B140FF; }
a { background-color: rgb(177,64,255); }
div.DivClassName
{
background-color: #B140FF;
}
.BgClassName
{
background-color: #B140FF;
}
</style>
border-color css
<style>
span { border-color: #B140FF; }
span { border-color: rgb(177,64,255); }
td.TdClassName
{
border-color: #B140FF;
}
.TagClassName
{
border-color: #B140FF;
}
</style>