Shades of Perano #B3B1F1
Tints of Perano #B3B1F1
RGB
CMYK
RGB Variations
Color information
#B3B1F1 (or 0xB3B1F1) is known color: Perano. HEX triplet: B3, B1 and F1. RGB value is (179,177,241). Sum of RGB (Red+Green+Blue) = 179+177+241=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3B1F1 is #4C4E0E. Grayscale: #B8B8B8. Windows color (decimal): -5000719 or 15839667. OLE color: 15839667.
HSL color Cylindrical-coordinate representation of color #B3B1F1: hue angle of 241.88º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3B1F1 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 177 | 241 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.05 |
| HSL | 241.88º | 0.7% | 0.82% | - |
| HSV(B) | 241.88º | 0.27% | 0.95% | - |
| XYZ | 50.19 | 47.38 | 89.72 | - |
| YUV | 184.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 177 | 241 | 0.26 | 0.27 | 0 | 0.05 | 241.88 | 0.7 | 0.82 |
| Hex | B3 | B1 | F1 | 1A | 1B | 0 | 5 | F2 | 46 | 52 |
| Octal | 263 | 261 | 361 | 32 | 33 | 0 | 5 | 362 | 106 | 122 |
| Binary | 10110011 | 10110001 | 11110001 | 11010 | 11011 | 0 | 101 | 11110010 | 1000110 | 1010010 |
Color Harmonies of #B3B1F1
Complementary color
Monochromatic Colors of #B3B1F1
Black with #B3B1F1
Text Example
Text Example
White with #B3B1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B1F1; }
p { color: rgb(179,177,241); }
H1.HeaderClassName
{
color: #B3B1F1;
}
.AnyTagClassName
{
color: #B3B1F1;
}
</style>
background-color css
<style>
a { background-color: #B3B1F1; }
a { background-color: rgb(179,177,241); }
div.DivClassName
{
background-color: #B3B1F1;
}
.BgClassName
{
background-color: #B3B1F1;
}
</style>
border-color css
<style>
span { border-color: #B3B1F1; }
span { border-color: rgb(179,177,241); }
td.TdClassName
{
border-color: #B3B1F1;
}
.TagClassName
{
border-color: #B3B1F1;
}
</style>