Shades of Medium Orchid #B162F1
Tints of Medium Orchid #B162F1
RGB
CMYK
RGB Variations
Color information
#B162F1 (or 0xB162F1) is known color: Medium Orchid. HEX triplet: B1, 62 and F1. RGB value is (177,98,241). Sum of RGB (Red+Green+Blue) = 177+98+241=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #B162F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162F1 is #4E9D0E. Grayscale: #898989. Windows color (decimal): -5152015 or 15819441. OLE color: 15819441.
HSL color Cylindrical-coordinate representation of color #B162F1: hue angle of 273.15º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B162F1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 98 | 241 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.05 |
| HSL | 273.15º | 0.84% | 0.66% | - |
| HSV(B) | 273.15º | 0.59% | 0.95% | - |
| XYZ | 38.38 | 24.43 | 85.91 | - |
| YUV | 137.92 | 186.17 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 241 | 0.27 | 0.59 | 0 | 0.05 | 273.15 | 0.84 | 0.66 |
| Hex | B1 | 62 | F1 | 1B | 3B | 0 | 5 | 111 | 54 | 42 |
| Octal | 261 | 142 | 361 | 33 | 73 | 0 | 5 | 421 | 124 | 102 |
| Binary | 10110001 | 1100010 | 11110001 | 11011 | 111011 | 0 | 101 | 100010001 | 1010100 | 1000010 |
Color Harmonies of #B162F1
Complementary color
Monochromatic Colors of #B162F1
Black with #B162F1
Text Example
Text Example
White with #B162F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162F1; }
p { color: rgb(177,98,241); }
H1.HeaderClassName
{
color: #B162F1;
}
.AnyTagClassName
{
color: #B162F1;
}
</style>
background-color css
<style>
a { background-color: #B162F1; }
a { background-color: rgb(177,98,241); }
div.DivClassName
{
background-color: #B162F1;
}
.BgClassName
{
background-color: #B162F1;
}
</style>
border-color css
<style>
span { border-color: #B162F1; }
span { border-color: rgb(177,98,241); }
td.TdClassName
{
border-color: #B162F1;
}
.TagClassName
{
border-color: #B162F1;
}
</style>