Shades of London Hue #B387B0
Tints of London Hue #B387B0
RGB
CMYK
RGB Variations
Color information
#B387B0 (or 0xB387B0) is known color: London Hue. HEX triplet: B3, 87 and B0. RGB value is (179,135,176). Sum of RGB (Red+Green+Blue) = 179+135+176=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B387B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387B0 is #4C784F. Grayscale: #989898. Windows color (decimal): -5011536 or 11569075. OLE color: 11569075.
HSL color Cylindrical-coordinate representation of color #B387B0: hue angle of 304.09º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B387B0 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 176 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.30 |
| HSL | 304.09º | 0.22% | 0.62% | - |
| HSV(B) | 304.09º | 0.25% | 0.7% | - |
| XYZ | 35.09 | 30.05 | 45.02 | - |
| YUV | 152.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 176 | 0 | 0.25 | 0.02 | 0.30 | 304.09 | 0.22 | 0.62 |
| Hex | B3 | 87 | B0 | 0 | 19 | 2 | 1E | 130 | 16 | 3E |
| Octal | 263 | 207 | 260 | 0 | 31 | 2 | 36 | 460 | 26 | 76 |
| Binary | 10110011 | 10000111 | 10110000 | 0 | 11001 | 10 | 11110 | 100110000 | 10110 | 111110 |
Color Harmonies of #B387B0
Complementary color
Monochromatic Colors of #B387B0
Black with #B387B0
Text Example
Text Example
White with #B387B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B387B0; }
p { color: rgb(179,135,176); }
H1.HeaderClassName
{
color: #B387B0;
}
.AnyTagClassName
{
color: #B387B0;
}
</style>
background-color css
<style>
a { background-color: #B387B0; }
a { background-color: rgb(179,135,176); }
div.DivClassName
{
background-color: #B387B0;
}
.BgClassName
{
background-color: #B387B0;
}
</style>
border-color css
<style>
span { border-color: #B387B0; }
span { border-color: rgb(179,135,176); }
td.TdClassName
{
border-color: #B387B0;
}
.TagClassName
{
border-color: #B387B0;
}
</style>