Shades of London Hue #B397B1
Tints of London Hue #B397B1
RGB
CMYK
RGB Variations
Color information
#B397B1 (or 0xB397B1) is known color: London Hue. HEX triplet: B3, 97 and B1. RGB value is (179,151,177). Sum of RGB (Red+Green+Blue) = 179+151+177=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B397B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B397B1 is #4C684E. Grayscale: #A2A2A2. Windows color (decimal): -5007439 or 11638707. OLE color: 11638707.
HSL color Cylindrical-coordinate representation of color #B397B1: hue angle of 304.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B397B1 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 151 | 177 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.30 |
| HSL | 304.29º | 0.16% | 0.65% | - |
| HSV(B) | 304.29º | 0.16% | 0.7% | - |
| XYZ | 37.59 | 34.89 | 46.35 | - |
| YUV | 162.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 151 | 177 | 0 | 0.16 | 0.01 | 0.30 | 304.29 | 0.16 | 0.65 |
| Hex | B3 | 97 | B1 | 0 | 10 | 1 | 1E | 130 | 10 | 41 |
| Octal | 263 | 227 | 261 | 0 | 20 | 1 | 36 | 460 | 20 | 101 |
| Binary | 10110011 | 10010111 | 10110001 | 0 | 10000 | 1 | 11110 | 100110000 | 10000 | 1000001 |
Color Harmonies of #B397B1
Complementary color
Monochromatic Colors of #B397B1
Black with #B397B1
Text Example
Text Example
White with #B397B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B397B1; }
p { color: rgb(179,151,177); }
H1.HeaderClassName
{
color: #B397B1;
}
.AnyTagClassName
{
color: #B397B1;
}
</style>
background-color css
<style>
a { background-color: #B397B1; }
a { background-color: rgb(179,151,177); }
div.DivClassName
{
background-color: #B397B1;
}
.BgClassName
{
background-color: #B397B1;
}
</style>
border-color css
<style>
span { border-color: #B397B1; }
span { border-color: rgb(179,151,177); }
td.TdClassName
{
border-color: #B397B1;
}
.TagClassName
{
border-color: #B397B1;
}
</style>