Shades of London Hue #B385A8
Tints of London Hue #B385A8
RGB
CMYK
RGB Variations
Color information
#B385A8 (or 0xB385A8) is known color: London Hue. HEX triplet: B3, 85 and A8. RGB value is (179,133,168). Sum of RGB (Red+Green+Blue) = 179+133+168=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B385A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385A8 is #4C7A57. Grayscale: #969696. Windows color (decimal): -5012056 or 11044275. OLE color: 11044275.
HSL color Cylindrical-coordinate representation of color #B385A8: hue angle of 314.35º 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 #B385A8 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 168 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.30 |
| HSL | 314.35º | 0.23% | 0.61% | - |
| HSV(B) | 314.35º | 0.26% | 0.7% | - |
| XYZ | 34.05 | 29.19 | 40.88 | - |
| YUV | 150.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 168 | 0 | 0.26 | 0.06 | 0.30 | 314.35 | 0.23 | 0.61 |
| Hex | B3 | 85 | A8 | 0 | 1A | 6 | 1E | 13A | 17 | 3D |
| Octal | 263 | 205 | 250 | 0 | 32 | 6 | 36 | 472 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10101000 | 0 | 11010 | 110 | 11110 | 100111010 | 10111 | 111101 |
Color Harmonies of #B385A8
Complementary color
Monochromatic Colors of #B385A8
Black with #B385A8
Text Example
Text Example
White with #B385A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385A8; }
p { color: rgb(179,133,168); }
H1.HeaderClassName
{
color: #B385A8;
}
.AnyTagClassName
{
color: #B385A8;
}
</style>
background-color css
<style>
a { background-color: #B385A8; }
a { background-color: rgb(179,133,168); }
div.DivClassName
{
background-color: #B385A8;
}
.BgClassName
{
background-color: #B385A8;
}
</style>
border-color css
<style>
span { border-color: #B385A8; }
span { border-color: rgb(179,133,168); }
td.TdClassName
{
border-color: #B385A8;
}
.TagClassName
{
border-color: #B385A8;
}
</style>