Shades of Medium Orchid #B141FF
Tints of Medium Orchid #B141FF
RGB
CMYK
RGB Variations
Color information
#B141FF (or 0xB141FF) is known color: Medium Orchid. HEX triplet: B1, 41 and FF. RGB value is (177,65,255). Sum of RGB (Red+Green+Blue) = 177+65+255=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 65 (25.78% from 255 or 13.08% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B141FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141FF is #4EBE00. Grayscale: #777777. Windows color (decimal): -5160449 or 16728497. OLE color: 16728497.
HSL color Cylindrical-coordinate representation of color #B141FF: hue angle of 275.37º 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 #B141FF is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 65 | 255 | - |
| CMYK | 0.31 | 0.75 | 0 | 0 |
| HSL | 275.37º | 1% | 0.63% | - |
| HSV(B) | 275.37º | 0.75% | 1% | - |
| XYZ | 38.07 | 20.35 | 96.53 | - |
| YUV | 120.15 | 204.11 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 255 | 0.31 | 0.75 | 0 | 0 | 275.37 | 1 | 0.63 |
| Hex | B1 | 41 | FF | 1F | 4B | 0 | 0 | 113 | 64 | 3F |
| Octal | 261 | 101 | 377 | 37 | 113 | 0 | 0 | 423 | 144 | 77 |
| Binary | 10110001 | 1000001 | 11111111 | 11111 | 1001011 | 0 | 0 | 100010011 | 1100100 | 111111 |
Color Harmonies of #B141FF
Complementary color
Monochromatic Colors of #B141FF
Black with #B141FF
Text Example
Text Example
White with #B141FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141FF; }
p { color: rgb(177,65,255); }
H1.HeaderClassName
{
color: #B141FF;
}
.AnyTagClassName
{
color: #B141FF;
}
</style>
background-color css
<style>
a { background-color: #B141FF; }
a { background-color: rgb(177,65,255); }
div.DivClassName
{
background-color: #B141FF;
}
.BgClassName
{
background-color: #B141FF;
}
</style>
border-color css
<style>
span { border-color: #B141FF; }
span { border-color: rgb(177,65,255); }
td.TdClassName
{
border-color: #B141FF;
}
.TagClassName
{
border-color: #B141FF;
}
</style>