Shades of London Hue #B085B3
Tints of London Hue #B085B3
RGB
CMYK
RGB Variations
Color information
#B085B3 (or 0xB085B3) is known color: London Hue. HEX triplet: B0, 85 and B3. RGB value is (176,133,179). Sum of RGB (Red+Green+Blue) = 176+133+179=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 179 - color contains mainly: blue. Hex color #B085B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085B3 is #4F7A4C. Grayscale: #969696. Windows color (decimal): -5208653 or 11765168. OLE color: 11765168.
HSL color Cylindrical-coordinate representation of color #B085B3: hue angle of 296.09º 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 #B085B3 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 133 | 179 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.30 |
| HSL | 296.09º | 0.23% | 0.61% | - |
| HSV(B) | 296.09º | 0.26% | 0.7% | - |
| XYZ | 34.43 | 29.26 | 46.48 | - |
| YUV | 151.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 179 | 0.02 | 0.26 | 0 | 0.30 | 296.09 | 0.23 | 0.61 |
| Hex | B0 | 85 | B3 | 2 | 1A | 0 | 1E | 128 | 17 | 3D |
| Octal | 260 | 205 | 263 | 2 | 32 | 0 | 36 | 450 | 27 | 75 |
| Binary | 10110000 | 10000101 | 10110011 | 10 | 11010 | 0 | 11110 | 100101000 | 10111 | 111101 |
Color Harmonies of #B085B3
Complementary color
Monochromatic Colors of #B085B3
Black with #B085B3
Text Example
Text Example
White with #B085B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B085B3; }
p { color: rgb(176,133,179); }
H1.HeaderClassName
{
color: #B085B3;
}
.AnyTagClassName
{
color: #B085B3;
}
</style>
background-color css
<style>
a { background-color: #B085B3; }
a { background-color: rgb(176,133,179); }
div.DivClassName
{
background-color: #B085B3;
}
.BgClassName
{
background-color: #B085B3;
}
</style>
border-color css
<style>
span { border-color: #B085B3; }
span { border-color: rgb(176,133,179); }
td.TdClassName
{
border-color: #B085B3;
}
.TagClassName
{
border-color: #B085B3;
}
</style>