Shades of Medium Orchid #B141F2
Tints of Medium Orchid #B141F2
RGB
CMYK
RGB Variations
Color information
#B141F2 (or 0xB141F2) is known color: Medium Orchid. HEX triplet: B1, 41 and F2. RGB value is (177,65,242). Sum of RGB (Red+Green+Blue) = 177+65+242=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #B141F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141F2 is #4EBE0D. Grayscale: #767676. Windows color (decimal): -5160462 or 15876529. OLE color: 15876529.
HSL color Cylindrical-coordinate representation of color #B141F2: hue angle of 277.97º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B141F2 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 65 | 242 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.05 |
| HSL | 277.97º | 0.87% | 0.6% | - |
| HSV(B) | 277.97º | 0.73% | 0.95% | - |
| XYZ | 36.05 | 19.54 | 85.88 | - |
| YUV | 118.67 | 197.61 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 242 | 0.27 | 0.73 | 0 | 0.05 | 277.97 | 0.87 | 0.6 |
| Hex | B1 | 41 | F2 | 1B | 49 | 0 | 5 | 116 | 57 | 3C |
| Octal | 261 | 101 | 362 | 33 | 111 | 0 | 5 | 426 | 127 | 74 |
| Binary | 10110001 | 1000001 | 11110010 | 11011 | 1001001 | 0 | 101 | 100010110 | 1010111 | 111100 |
Color Harmonies of #B141F2
Complementary color
Monochromatic Colors of #B141F2
Black with #B141F2
Text Example
Text Example
White with #B141F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141F2; }
p { color: rgb(177,65,242); }
H1.HeaderClassName
{
color: #B141F2;
}
.AnyTagClassName
{
color: #B141F2;
}
</style>
background-color css
<style>
a { background-color: #B141F2; }
a { background-color: rgb(177,65,242); }
div.DivClassName
{
background-color: #B141F2;
}
.BgClassName
{
background-color: #B141F2;
}
</style>
border-color css
<style>
span { border-color: #B141F2; }
span { border-color: rgb(177,65,242); }
td.TdClassName
{
border-color: #B141F2;
}
.TagClassName
{
border-color: #B141F2;
}
</style>