Shades of London Hue #B385B0
Tints of London Hue #B385B0
RGB
CMYK
RGB Variations
Color information
#B385B0 (or 0xB385B0) is known color: London Hue. HEX triplet: B3, 85 and B0. RGB value is (179,133,176). Sum of RGB (Red+Green+Blue) = 179+133+176=488 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.68% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 179 - color contains mainly: red. Hex color #B385B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385B0 is #4C7A4F. Grayscale: #979797. Windows color (decimal): -5012048 or 11568563. OLE color: 11568563.
HSL color Cylindrical-coordinate representation of color #B385B0: hue angle of 303.91º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B385B0 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 176 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.30 |
| HSL | 303.91º | 0.23% | 0.61% | - |
| HSV(B) | 303.91º | 0.26% | 0.7% | - |
| XYZ | 34.81 | 29.49 | 44.93 | - |
| YUV | 151.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 176 | 0 | 0.26 | 0.02 | 0.30 | 303.91 | 0.23 | 0.61 |
| Hex | B3 | 85 | B0 | 0 | 1A | 2 | 1E | 130 | 17 | 3D |
| Octal | 263 | 205 | 260 | 0 | 32 | 2 | 36 | 460 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10110000 | 0 | 11010 | 10 | 11110 | 100110000 | 10111 | 111101 |
Color Harmonies of #B385B0
Complementary color
Monochromatic Colors of #B385B0
Black with #B385B0
Text Example
Text Example
White with #B385B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385B0; }
p { color: rgb(179,133,176); }
H1.HeaderClassName
{
color: #B385B0;
}
.AnyTagClassName
{
color: #B385B0;
}
</style>
background-color css
<style>
a { background-color: #B385B0; }
a { background-color: rgb(179,133,176); }
div.DivClassName
{
background-color: #B385B0;
}
.BgClassName
{
background-color: #B385B0;
}
</style>
border-color css
<style>
span { border-color: #B385B0; }
span { border-color: rgb(179,133,176); }
td.TdClassName
{
border-color: #B385B0;
}
.TagClassName
{
border-color: #B385B0;
}
</style>