Shades of London Hue #B385AF
Tints of London Hue #B385AF
RGB
CMYK
RGB Variations
Color information
#B385AF (or 0xB385AF) is known color: London Hue. HEX triplet: B3, 85 and AF. RGB value is (179,133,175). Sum of RGB (Red+Green+Blue) = 179+133+175=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B385AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B385AF is #4C7A50. Grayscale: #979797. Windows color (decimal): -5012049 or 11503027. OLE color: 11503027.
HSL color Cylindrical-coordinate representation of color #B385AF: hue angle of 305.22º 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 #B385AF is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 175 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.30 |
| HSL | 305.22º | 0.23% | 0.61% | - |
| HSV(B) | 305.22º | 0.26% | 0.7% | - |
| XYZ | 34.72 | 29.45 | 44.41 | - |
| YUV | 151.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 175 | 0 | 0.26 | 0.02 | 0.30 | 305.22 | 0.23 | 0.61 |
| Hex | B3 | 85 | AF | 0 | 1A | 2 | 1E | 131 | 17 | 3D |
| Octal | 263 | 205 | 257 | 0 | 32 | 2 | 36 | 461 | 27 | 75 |
| Binary | 10110011 | 10000101 | 10101111 | 0 | 11010 | 10 | 11110 | 100110001 | 10111 | 111101 |
Color Harmonies of #B385AF
Complementary color
Monochromatic Colors of #B385AF
Black with #B385AF
Text Example
Text Example
White with #B385AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385AF; }
p { color: rgb(179,133,175); }
H1.HeaderClassName
{
color: #B385AF;
}
.AnyTagClassName
{
color: #B385AF;
}
</style>
background-color css
<style>
a { background-color: #B385AF; }
a { background-color: rgb(179,133,175); }
div.DivClassName
{
background-color: #B385AF;
}
.BgClassName
{
background-color: #B385AF;
}
</style>
border-color css
<style>
span { border-color: #B385AF; }
span { border-color: rgb(179,133,175); }
td.TdClassName
{
border-color: #B385AF;
}
.TagClassName
{
border-color: #B385AF;
}
</style>