Shades of London Hue #B285AF
Tints of London Hue #B285AF
RGB
CMYK
RGB Variations
Color information
#B285AF (or 0xB285AF) is known color: London Hue. HEX triplet: B2, 85 and AF. RGB value is (178,133,175). Sum of RGB (Red+Green+Blue) = 178+133+175=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B285AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B285AF is #4D7A50. Grayscale: #979797. Windows color (decimal): -5077585 or 11503026. OLE color: 11503026.
HSL color Cylindrical-coordinate representation of color #B285AF: hue angle of 304º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B285AF is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 133 | 175 | - |
| CMYK | 0 | 0.25 | 0.02 | 0.30 |
| HSL | 304º | 0.23% | 0.61% | - |
| HSV(B) | 304º | 0.25% | 0.7% | - |
| XYZ | 34.49 | 29.34 | 44.4 | - |
| YUV | 151.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 133 | 175 | 0 | 0.25 | 0.02 | 0.30 | 304 | 0.23 | 0.61 |
| Hex | B2 | 85 | AF | 0 | 19 | 2 | 1E | 130 | 17 | 3D |
| Octal | 262 | 205 | 257 | 0 | 31 | 2 | 36 | 460 | 27 | 75 |
| Binary | 10110010 | 10000101 | 10101111 | 0 | 11001 | 10 | 11110 | 100110000 | 10111 | 111101 |
Color Harmonies of #B285AF
Complementary color
Monochromatic Colors of #B285AF
Black with #B285AF
Text Example
Text Example
White with #B285AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B285AF; }
p { color: rgb(178,133,175); }
H1.HeaderClassName
{
color: #B285AF;
}
.AnyTagClassName
{
color: #B285AF;
}
</style>
background-color css
<style>
a { background-color: #B285AF; }
a { background-color: rgb(178,133,175); }
div.DivClassName
{
background-color: #B285AF;
}
.BgClassName
{
background-color: #B285AF;
}
</style>
border-color css
<style>
span { border-color: #B285AF; }
span { border-color: rgb(178,133,175); }
td.TdClassName
{
border-color: #B285AF;
}
.TagClassName
{
border-color: #B285AF;
}
</style>