Shades of Medium Orchid #B140FB
Tints of Medium Orchid #B140FB
RGB
CMYK
RGB Variations
Color information
#B140FB (or 0xB140FB) is known color: Medium Orchid. HEX triplet: B1, 40 and FB. RGB value is (177,64,251). Sum of RGB (Red+Green+Blue) = 177+64+251=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #B140FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140FB is #4EBF04. Grayscale: #767676. Windows color (decimal): -5160709 or 16466097. OLE color: 16466097.
HSL color Cylindrical-coordinate representation of color #B140FB: hue angle of 276.26º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B140FB is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 64 | 251 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.02 |
| HSL | 276.26º | 0.96% | 0.62% | - |
| HSV(B) | 276.26º | 0.75% | 0.98% | - |
| XYZ | 37.38 | 19.98 | 93.15 | - |
| YUV | 119.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 251 | 0.29 | 0.75 | 0 | 0.02 | 276.26 | 0.96 | 0.62 |
| Hex | B1 | 40 | FB | 1D | 4B | 0 | 2 | 114 | 60 | 3E |
| Octal | 261 | 100 | 373 | 35 | 113 | 0 | 2 | 424 | 140 | 76 |
| Binary | 10110001 | 1000000 | 11111011 | 11101 | 1001011 | 0 | 10 | 100010100 | 1100000 | 111110 |
Color Harmonies of #B140FB
Complementary color
Monochromatic Colors of #B140FB
Black with #B140FB
Text Example
Text Example
White with #B140FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140FB; }
p { color: rgb(177,64,251); }
H1.HeaderClassName
{
color: #B140FB;
}
.AnyTagClassName
{
color: #B140FB;
}
</style>
background-color css
<style>
a { background-color: #B140FB; }
a { background-color: rgb(177,64,251); }
div.DivClassName
{
background-color: #B140FB;
}
.BgClassName
{
background-color: #B140FB;
}
</style>
border-color css
<style>
span { border-color: #B140FB; }
span { border-color: rgb(177,64,251); }
td.TdClassName
{
border-color: #B140FB;
}
.TagClassName
{
border-color: #B140FB;
}
</style>