Shades of Medium Orchid #B141FB
Tints of Medium Orchid #B141FB
RGB
CMYK
RGB Variations
Color information
#B141FB (or 0xB141FB) is known color: Medium Orchid. HEX triplet: B1, 41 and FB. RGB value is (177,65,251). Sum of RGB (Red+Green+Blue) = 177+65+251=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #B141FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141FB is #4EBE04. Grayscale: #777777. Windows color (decimal): -5160453 or 16466353. OLE color: 16466353.
HSL color Cylindrical-coordinate representation of color #B141FB: hue angle of 276.13º degrees, saturation: 0.96, 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 #B141FB is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 65 | 251 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.02 |
| HSL | 276.13º | 0.96% | 0.62% | - |
| HSV(B) | 276.13º | 0.74% | 0.98% | - |
| XYZ | 37.43 | 20.09 | 93.17 | - |
| YUV | 119.69 | 202.11 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 251 | 0.29 | 0.74 | 0 | 0.02 | 276.13 | 0.96 | 0.62 |
| Hex | B1 | 41 | FB | 1D | 4A | 0 | 2 | 114 | 60 | 3E |
| Octal | 261 | 101 | 373 | 35 | 112 | 0 | 2 | 424 | 140 | 76 |
| Binary | 10110001 | 1000001 | 11111011 | 11101 | 1001010 | 0 | 10 | 100010100 | 1100000 | 111110 |
Color Harmonies of #B141FB
Complementary color
Monochromatic Colors of #B141FB
Black with #B141FB
Text Example
Text Example
White with #B141FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141FB; }
p { color: rgb(177,65,251); }
H1.HeaderClassName
{
color: #B141FB;
}
.AnyTagClassName
{
color: #B141FB;
}
</style>
background-color css
<style>
a { background-color: #B141FB; }
a { background-color: rgb(177,65,251); }
div.DivClassName
{
background-color: #B141FB;
}
.BgClassName
{
background-color: #B141FB;
}
</style>
border-color css
<style>
span { border-color: #B141FB; }
span { border-color: rgb(177,65,251); }
td.TdClassName
{
border-color: #B141FB;
}
.TagClassName
{
border-color: #B141FB;
}
</style>