Shades of Medium Purple #B169FE
Tints of Medium Purple #B169FE
RGB
CMYK
RGB Variations
Color information
#B169FE (or 0xB169FE) is known color: Medium Purple. HEX triplet: B1, 69 and FE. RGB value is (177,105,254). Sum of RGB (Red+Green+Blue) = 177+105+254=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #B169FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B169FE is #4E9601. Grayscale: #8E8E8E. Windows color (decimal): -5150210 or 16673201. OLE color: 16673201.
HSL color Cylindrical-coordinate representation of color #B169FE: hue angle of 268.99º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B169FE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 105 | 254 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.00 |
| HSL | 268.99º | 0.99% | 0.7% | - |
| HSV(B) | 268.99º | 0.59% | 1% | - |
| XYZ | 41.07 | 26.61 | 96.74 | - |
| YUV | 143.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 105 | 254 | 0.30 | 0.59 | 0 | 0.00 | 268.99 | 0.99 | 0.7 |
| Hex | B1 | 69 | FE | 1E | 3B | 0 | 0 | 10D | 63 | 46 |
| Octal | 261 | 151 | 376 | 36 | 73 | 0 | 0 | 415 | 143 | 106 |
| Binary | 10110001 | 1101001 | 11111110 | 11110 | 111011 | 0 | 0 | 100001101 | 1100011 | 1000110 |
Color Harmonies of #B169FE
Complementary color
Monochromatic Colors of #B169FE
Black with #B169FE
Text Example
Text Example
White with #B169FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B169FE; }
p { color: rgb(177,105,254); }
H1.HeaderClassName
{
color: #B169FE;
}
.AnyTagClassName
{
color: #B169FE;
}
</style>
background-color css
<style>
a { background-color: #B169FE; }
a { background-color: rgb(177,105,254); }
div.DivClassName
{
background-color: #B169FE;
}
.BgClassName
{
background-color: #B169FE;
}
</style>
border-color css
<style>
span { border-color: #B169FE; }
span { border-color: rgb(177,105,254); }
td.TdClassName
{
border-color: #B169FE;
}
.TagClassName
{
border-color: #B169FE;
}
</style>