Shades of London Hue #B386B4
Tints of London Hue #B386B4
RGB
CMYK
RGB Variations
Color information
#B386B4 (or 0xB386B4) is known color: London Hue. HEX triplet: B3, 86 and B4. RGB value is (179,134,180). Sum of RGB (Red+Green+Blue) = 179+134+180=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 180 - color contains mainly: blue. Hex color #B386B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B386B4 is #4C794B. Grayscale: #989898. Windows color (decimal): -5011788 or 11830963. OLE color: 11830963.
HSL color Cylindrical-coordinate representation of color #B386B4: hue angle of 298.7º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B386B4 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 134 | 180 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.29 |
| HSL | 298.7º | 0.23% | 0.62% | - |
| HSV(B) | 298.7º | 0.26% | 0.71% | - |
| XYZ | 35.35 | 29.93 | 47.09 | - |
| YUV | 152.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 134 | 180 | 0.01 | 0.26 | 0 | 0.29 | 298.7 | 0.23 | 0.62 |
| Hex | B3 | 86 | B4 | 1 | 1A | 0 | 1D | 12B | 17 | 3E |
| Octal | 263 | 206 | 264 | 1 | 32 | 0 | 35 | 453 | 27 | 76 |
| Binary | 10110011 | 10000110 | 10110100 | 1 | 11010 | 0 | 11101 | 100101011 | 10111 | 111110 |
Color Harmonies of #B386B4
Complementary color
Monochromatic Colors of #B386B4
Black with #B386B4
Text Example
Text Example
White with #B386B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B386B4; }
p { color: rgb(179,134,180); }
H1.HeaderClassName
{
color: #B386B4;
}
.AnyTagClassName
{
color: #B386B4;
}
</style>
background-color css
<style>
a { background-color: #B386B4; }
a { background-color: rgb(179,134,180); }
div.DivClassName
{
background-color: #B386B4;
}
.BgClassName
{
background-color: #B386B4;
}
</style>
border-color css
<style>
span { border-color: #B386B4; }
span { border-color: rgb(179,134,180); }
td.TdClassName
{
border-color: #B386B4;
}
.TagClassName
{
border-color: #B386B4;
}
</style>