Shades of Perano #B3B1FF
Tints of Perano #B3B1FF
RGB
CMYK
RGB Variations
Color information
#B3B1FF (or 0xB3B1FF) is known color: Perano. HEX triplet: B3, B1 and FF. RGB value is (179,177,255). Sum of RGB (Red+Green+Blue) = 179+177+255=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3B1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B1FF is #4C4E00. Grayscale: #BABABA. Windows color (decimal): -5000705 or 16757171. OLE color: 16757171.
HSL color Cylindrical-coordinate representation of color #B3B1FF: hue angle of 241.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3B1FF is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 177 | 255 | - |
| CMYK | 0.30 | 0.31 | 0 | 0 |
| HSL | 241.54º | 1% | 0.85% | - |
| HSV(B) | 241.54º | 0.31% | 1% | - |
| XYZ | 52.36 | 48.25 | 101.16 | - |
| YUV | 186.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 255 | 0.30 | 0.31 | 0 | 0 | 241.54 | 1 | 0.85 |
| Hex | B3 | B1 | FF | 1E | 1F | 0 | 0 | F2 | 64 | 55 |
| Octal | 263 | 261 | 377 | 36 | 37 | 0 | 0 | 362 | 144 | 125 |
| Binary | 10110011 | 10110001 | 11111111 | 11110 | 11111 | 0 | 0 | 11110010 | 1100100 | 1010101 |
Color Harmonies of #B3B1FF
Complementary color
Monochromatic Colors of #B3B1FF
Black with #B3B1FF
Text Example
Text Example
White with #B3B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B1FF; }
p { color: rgb(179,177,255); }
H1.HeaderClassName
{
color: #B3B1FF;
}
.AnyTagClassName
{
color: #B3B1FF;
}
</style>
background-color css
<style>
a { background-color: #B3B1FF; }
a { background-color: rgb(179,177,255); }
div.DivClassName
{
background-color: #B3B1FF;
}
.BgClassName
{
background-color: #B3B1FF;
}
</style>
border-color css
<style>
span { border-color: #B3B1FF; }
span { border-color: rgb(179,177,255); }
td.TdClassName
{
border-color: #B3B1FF;
}
.TagClassName
{
border-color: #B3B1FF;
}
</style>