Shades of Medium Purple #B182FE
Tints of Medium Purple #B182FE
RGB
CMYK
RGB Variations
Color information
#B182FE (or 0xB182FE) is known color: Medium Purple. HEX triplet: B1, 82 and FE. RGB value is (177,130,254). Sum of RGB (Red+Green+Blue) = 177+130+254=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #B182FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182FE is #4E7D01. Grayscale: #9D9D9D. Windows color (decimal): -5143810 or 16679601. OLE color: 16679601.
HSL color Cylindrical-coordinate representation of color #B182FE: hue angle of 262.74º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B182FE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 130 | 254 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.00 |
| HSL | 262.74º | 0.98% | 0.75% | - |
| HSV(B) | 262.74º | 0.49% | 1% | - |
| XYZ | 44 | 32.47 | 97.71 | - |
| YUV | 158.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 254 | 0.30 | 0.49 | 0 | 0.00 | 262.74 | 0.98 | 0.75 |
| Hex | B1 | 82 | FE | 1E | 31 | 0 | 0 | 107 | 62 | 4B |
| Octal | 261 | 202 | 376 | 36 | 61 | 0 | 0 | 407 | 142 | 113 |
| Binary | 10110001 | 10000010 | 11111110 | 11110 | 110001 | 0 | 0 | 100000111 | 1100010 | 1001011 |
Color Harmonies of #B182FE
Complementary color
Monochromatic Colors of #B182FE
Black with #B182FE
Text Example
Text Example
White with #B182FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182FE; }
p { color: rgb(177,130,254); }
H1.HeaderClassName
{
color: #B182FE;
}
.AnyTagClassName
{
color: #B182FE;
}
</style>
background-color css
<style>
a { background-color: #B182FE; }
a { background-color: rgb(177,130,254); }
div.DivClassName
{
background-color: #B182FE;
}
.BgClassName
{
background-color: #B182FE;
}
</style>
border-color css
<style>
span { border-color: #B182FE; }
span { border-color: rgb(177,130,254); }
td.TdClassName
{
border-color: #B182FE;
}
.TagClassName
{
border-color: #B182FE;
}
</style>