Shades of Medium Orchid #B162F9
Tints of Medium Orchid #B162F9
RGB
CMYK
RGB Variations
Color information
#B162F9 (or 0xB162F9) is known color: Medium Orchid. HEX triplet: B1, 62 and F9. RGB value is (177,98,249). Sum of RGB (Red+Green+Blue) = 177+98+249=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #B162F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162F9 is #4E9D06. Grayscale: #8A8A8A. Windows color (decimal): -5152007 or 16343729. OLE color: 16343729.
HSL color Cylindrical-coordinate representation of color #B162F9: hue angle of 271.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B162F9 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 98 | 249 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.02 |
| HSL | 271.39º | 0.93% | 0.68% | - |
| HSV(B) | 271.39º | 0.61% | 0.98% | - |
| XYZ | 39.6 | 24.92 | 92.35 | - |
| YUV | 138.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 249 | 0.29 | 0.61 | 0 | 0.02 | 271.39 | 0.93 | 0.68 |
| Hex | B1 | 62 | F9 | 1D | 3D | 0 | 2 | 10F | 5D | 44 |
| Octal | 261 | 142 | 371 | 35 | 75 | 0 | 2 | 417 | 135 | 104 |
| Binary | 10110001 | 1100010 | 11111001 | 11101 | 111101 | 0 | 10 | 100001111 | 1011101 | 1000100 |
Color Harmonies of #B162F9
Complementary color
Monochromatic Colors of #B162F9
Black with #B162F9
Text Example
Text Example
White with #B162F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B162F9; }
p { color: rgb(177,98,249); }
H1.HeaderClassName
{
color: #B162F9;
}
.AnyTagClassName
{
color: #B162F9;
}
</style>
background-color css
<style>
a { background-color: #B162F9; }
a { background-color: rgb(177,98,249); }
div.DivClassName
{
background-color: #B162F9;
}
.BgClassName
{
background-color: #B162F9;
}
</style>
border-color css
<style>
span { border-color: #B162F9; }
span { border-color: rgb(177,98,249); }
td.TdClassName
{
border-color: #B162F9;
}
.TagClassName
{
border-color: #B162F9;
}
</style>