Shades of Medium Purple #B182FF
Tints of Medium Purple #B182FF
RGB
CMYK
RGB Variations
Color information
#B182FF (or 0xB182FF) is known color: Medium Purple. HEX triplet: B1, 82 and FF. RGB value is (177,130,255). Sum of RGB (Red+Green+Blue) = 177+130+255=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #B182FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182FF is #4E7D00. Grayscale: #9D9D9D. Windows color (decimal): -5143809 or 16745137. OLE color: 16745137.
HSL color Cylindrical-coordinate representation of color #B182FF: hue angle of 262.56º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B182FF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 130 | 255 | - |
| CMYK | 0.31 | 0.49 | 0 | 0 |
| HSL | 262.56º | 1% | 0.75% | - |
| HSV(B) | 262.56º | 0.49% | 1% | - |
| XYZ | 44.16 | 32.53 | 98.56 | - |
| YUV | 158.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 255 | 0.31 | 0.49 | 0 | 0 | 262.56 | 1 | 0.75 |
| Hex | B1 | 82 | FF | 1F | 31 | 0 | 0 | 107 | 64 | 4B |
| Octal | 261 | 202 | 377 | 37 | 61 | 0 | 0 | 407 | 144 | 113 |
| Binary | 10110001 | 10000010 | 11111111 | 11111 | 110001 | 0 | 0 | 100000111 | 1100100 | 1001011 |
Color Harmonies of #B182FF
Complementary color
Monochromatic Colors of #B182FF
Black with #B182FF
Text Example
Text Example
White with #B182FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182FF; }
p { color: rgb(177,130,255); }
H1.HeaderClassName
{
color: #B182FF;
}
.AnyTagClassName
{
color: #B182FF;
}
</style>
background-color css
<style>
a { background-color: #B182FF; }
a { background-color: rgb(177,130,255); }
div.DivClassName
{
background-color: #B182FF;
}
.BgClassName
{
background-color: #B182FF;
}
</style>
border-color css
<style>
span { border-color: #B182FF; }
span { border-color: rgb(177,130,255); }
td.TdClassName
{
border-color: #B182FF;
}
.TagClassName
{
border-color: #B182FF;
}
</style>