Shades of London Hue #B385B5
Tints of London Hue #B385B5
RGB
CMYK
RGB Variations
Color information
#B385B5 (or 0xB385B5) is known color: London Hue. HEX triplet: B3, 85 and B5. RGB value is (179,133,181). Sum of RGB (Red+Green+Blue) = 179+133+181=493 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.31% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 181 (71.09% from 255 or 36.71% from 493); Max value from RGB is 181 - color contains mainly: blue. Hex color #B385B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385B5 is #4C7A4A. Grayscale: #989898. Windows color (decimal): -5012043 or 11896243. OLE color: 11896243.
HSL color Cylindrical-coordinate representation of color #B385B5: hue angle of 297.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B385B5 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 133 | 181 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.29 |
| HSL | 297.5º | 0.24% | 0.62% | - |
| HSV(B) | 297.5º | 0.27% | 0.71% | - |
| XYZ | 35.32 | 29.69 | 47.59 | - |
| YUV | 152.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 181 | 0.01 | 0.27 | 0 | 0.29 | 297.5 | 0.24 | 0.62 |
| Hex | B3 | 85 | B5 | 1 | 1B | 0 | 1D | 12A | 18 | 3E |
| Octal | 263 | 205 | 265 | 1 | 33 | 0 | 35 | 452 | 30 | 76 |
| Binary | 10110011 | 10000101 | 10110101 | 1 | 11011 | 0 | 11101 | 100101010 | 11000 | 111110 |
Color Harmonies of #B385B5
Complementary color
Monochromatic Colors of #B385B5
Black with #B385B5
Text Example
Text Example
White with #B385B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B385B5; }
p { color: rgb(179,133,181); }
H1.HeaderClassName
{
color: #B385B5;
}
.AnyTagClassName
{
color: #B385B5;
}
</style>
background-color css
<style>
a { background-color: #B385B5; }
a { background-color: rgb(179,133,181); }
div.DivClassName
{
background-color: #B385B5;
}
.BgClassName
{
background-color: #B385B5;
}
</style>
border-color css
<style>
span { border-color: #B385B5; }
span { border-color: rgb(179,133,181); }
td.TdClassName
{
border-color: #B385B5;
}
.TagClassName
{
border-color: #B385B5;
}
</style>