Shades of Perano #B4B3FF
Tints of Perano #B4B3FF
RGB
CMYK
RGB Variations
Color information
#B4B3FF (or 0xB4B3FF) is known color: Perano. HEX triplet: B4, B3 and FF. RGB value is (180,179,255). Sum of RGB (Red+Green+Blue) = 180+179+255=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 179 (70.31% from 255 or 29.15% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4B3FF is #4B4C00. Grayscale: #BBBBBB. Windows color (decimal): -4934657 or 16757684. OLE color: 16757684.
HSL color Cylindrical-coordinate representation of color #B4B3FF: hue angle of 240.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4B3FF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 179 | 255 | - |
| CMYK | 0.29 | 0.30 | 0 | 0 |
| HSL | 240.79º | 1% | 0.85% | - |
| HSV(B) | 240.79º | 0.3% | 1% | - |
| XYZ | 52.99 | 49.16 | 101.3 | - |
| YUV | 187.96 | 165.83 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 179 | 255 | 0.29 | 0.30 | 0 | 0 | 240.79 | 1 | 0.85 |
| Hex | B4 | B3 | FF | 1D | 1E | 0 | 0 | F1 | 64 | 55 |
| Octal | 264 | 263 | 377 | 35 | 36 | 0 | 0 | 361 | 144 | 125 |
| Binary | 10110100 | 10110011 | 11111111 | 11101 | 11110 | 0 | 0 | 11110001 | 1100100 | 1010101 |
Color Harmonies of #B4B3FF
Complementary color
Monochromatic Colors of #B4B3FF
Black with #B4B3FF
Text Example
Text Example
White with #B4B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B3FF; }
p { color: rgb(180,179,255); }
H1.HeaderClassName
{
color: #B4B3FF;
}
.AnyTagClassName
{
color: #B4B3FF;
}
</style>
background-color css
<style>
a { background-color: #B4B3FF; }
a { background-color: rgb(180,179,255); }
div.DivClassName
{
background-color: #B4B3FF;
}
.BgClassName
{
background-color: #B4B3FF;
}
</style>
border-color css
<style>
span { border-color: #B4B3FF; }
span { border-color: rgb(180,179,255); }
td.TdClassName
{
border-color: #B4B3FF;
}
.TagClassName
{
border-color: #B4B3FF;
}
</style>