Shades of Lavender Blue #B7B3FF
Tints of Lavender Blue #B7B3FF
RGB
CMYK
RGB Variations
Color information
#B7B3FF (or 0xB7B3FF) is known color: Lavender Blue. HEX triplet: B7, B3 and FF. RGB value is (183,179,255). Sum of RGB (Red+Green+Blue) = 183+179+255=617 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.66% from 617); Green value is 179 (70.31% from 255 or 29.01% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7B3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B3FF is #484C00. Grayscale: #BCBCBC. Windows color (decimal): -4738049 or 16757687. OLE color: 16757687.
HSL color Cylindrical-coordinate representation of color #B7B3FF: hue angle of 243.16º 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 #B7B3FF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 179 | 255 | - |
| CMYK | 0.28 | 0.30 | 0 | 0 |
| HSL | 243.16º | 1% | 0.85% | - |
| HSV(B) | 243.16º | 0.3% | 1% | - |
| XYZ | 53.7 | 49.53 | 101.34 | - |
| YUV | 188.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 179 | 255 | 0.28 | 0.30 | 0 | 0 | 243.16 | 1 | 0.85 |
| Hex | B7 | B3 | FF | 1C | 1E | 0 | 0 | F3 | 64 | 55 |
| Octal | 267 | 263 | 377 | 34 | 36 | 0 | 0 | 363 | 144 | 125 |
| Binary | 10110111 | 10110011 | 11111111 | 11100 | 11110 | 0 | 0 | 11110011 | 1100100 | 1010101 |
Color Harmonies of #B7B3FF
Complementary color
Monochromatic Colors of #B7B3FF
Black with #B7B3FF
Text Example
Text Example
White with #B7B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B3FF; }
p { color: rgb(183,179,255); }
H1.HeaderClassName
{
color: #B7B3FF;
}
.AnyTagClassName
{
color: #B7B3FF;
}
</style>
background-color css
<style>
a { background-color: #B7B3FF; }
a { background-color: rgb(183,179,255); }
div.DivClassName
{
background-color: #B7B3FF;
}
.BgClassName
{
background-color: #B7B3FF;
}
</style>
border-color css
<style>
span { border-color: #B7B3FF; }
span { border-color: rgb(183,179,255); }
td.TdClassName
{
border-color: #B7B3FF;
}
.TagClassName
{
border-color: #B7B3FF;
}
</style>