Shades of Medium Orchid #B140FA
Tints of Medium Orchid #B140FA
RGB
CMYK
RGB Variations
Color information
#B140FA (or 0xB140FA) is known color: Medium Orchid. HEX triplet: B1, 40 and FA. RGB value is (177,64,250). Sum of RGB (Red+Green+Blue) = 177+64+250=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #B140FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140FA is #4EBF05. Grayscale: #767676. Windows color (decimal): -5160710 or 16400561. OLE color: 16400561.
HSL color Cylindrical-coordinate representation of color #B140FA: hue angle of 276.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B140FA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 64 | 250 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.02 |
| HSL | 276.45º | 0.95% | 0.62% | - |
| HSV(B) | 276.45º | 0.74% | 0.98% | - |
| XYZ | 37.22 | 19.92 | 92.32 | - |
| YUV | 118.99 | 201.94 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 250 | 0.29 | 0.74 | 0 | 0.02 | 276.45 | 0.95 | 0.62 |
| Hex | B1 | 40 | FA | 1D | 4A | 0 | 2 | 114 | 5F | 3E |
| Octal | 261 | 100 | 372 | 35 | 112 | 0 | 2 | 424 | 137 | 76 |
| Binary | 10110001 | 1000000 | 11111010 | 11101 | 1001010 | 0 | 10 | 100010100 | 1011111 | 111110 |
Color Harmonies of #B140FA
Complementary color
Monochromatic Colors of #B140FA
Black with #B140FA
Text Example
Text Example
White with #B140FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B140FA; }
p { color: rgb(177,64,250); }
H1.HeaderClassName
{
color: #B140FA;
}
.AnyTagClassName
{
color: #B140FA;
}
</style>
background-color css
<style>
a { background-color: #B140FA; }
a { background-color: rgb(177,64,250); }
div.DivClassName
{
background-color: #B140FA;
}
.BgClassName
{
background-color: #B140FA;
}
</style>
border-color css
<style>
span { border-color: #B140FA; }
span { border-color: rgb(177,64,250); }
td.TdClassName
{
border-color: #B140FA;
}
.TagClassName
{
border-color: #B140FA;
}
</style>