Shades of Medium Purple #B271FF
Tints of Medium Purple #B271FF
RGB
CMYK
RGB Variations
Color information
#B271FF (or 0xB271FF) is known color: Medium Purple. HEX triplet: B2, 71 and FF. RGB value is (178,113,255). Sum of RGB (Red+Green+Blue) = 178+113+255=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #B271FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B271FF is #4D8E00. Grayscale: #949494. Windows color (decimal): -5082625 or 16740786. OLE color: 16740786.
HSL color Cylindrical-coordinate representation of color #B271FF: hue angle of 267.46º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B271FF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 113 | 255 | - |
| CMYK | 0.30 | 0.56 | 0 | 0 |
| HSL | 267.46º | 1% | 0.72% | - |
| HSV(B) | 267.46º | 0.56% | 1% | - |
| XYZ | 42.32 | 28.5 | 97.88 | - |
| YUV | 148.62 | 188.03 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 255 | 0.30 | 0.56 | 0 | 0 | 267.46 | 1 | 0.72 |
| Hex | B2 | 71 | FF | 1E | 38 | 0 | 0 | 10B | 64 | 48 |
| Octal | 262 | 161 | 377 | 36 | 70 | 0 | 0 | 413 | 144 | 110 |
| Binary | 10110010 | 1110001 | 11111111 | 11110 | 111000 | 0 | 0 | 100001011 | 1100100 | 1001000 |
Color Harmonies of #B271FF
Complementary color
Monochromatic Colors of #B271FF
Black with #B271FF
Text Example
Text Example
White with #B271FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B271FF; }
p { color: rgb(178,113,255); }
H1.HeaderClassName
{
color: #B271FF;
}
.AnyTagClassName
{
color: #B271FF;
}
</style>
background-color css
<style>
a { background-color: #B271FF; }
a { background-color: rgb(178,113,255); }
div.DivClassName
{
background-color: #B271FF;
}
.BgClassName
{
background-color: #B271FF;
}
</style>
border-color css
<style>
span { border-color: #B271FF; }
span { border-color: rgb(178,113,255); }
td.TdClassName
{
border-color: #B271FF;
}
.TagClassName
{
border-color: #B271FF;
}
</style>