Shades of London Hue #B284AF
Tints of London Hue #B284AF
RGB
CMYK
RGB Variations
Color information
#B284AF (or 0xB284AF) is known color: London Hue. HEX triplet: B2, 84 and AF. RGB value is (178,132,175). Sum of RGB (Red+Green+Blue) = 178+132+175=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 178 - color contains mainly: red. Hex color #B284AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B284AF is #4D7B50. Grayscale: #969696. Windows color (decimal): -5077841 or 11502770. OLE color: 11502770.
HSL color Cylindrical-coordinate representation of color #B284AF: hue angle of 303.91º 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 #B284AF is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 175 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.30 |
| HSL | 303.91º | 0.23% | 0.61% | - |
| HSV(B) | 303.91º | 0.26% | 0.7% | - |
| XYZ | 34.35 | 29.06 | 44.36 | - |
| YUV | 150.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 175 | 0 | 0.26 | 0.02 | 0.30 | 303.91 | 0.23 | 0.61 |
| Hex | B2 | 84 | AF | 0 | 1A | 2 | 1E | 130 | 17 | 3D |
| Octal | 262 | 204 | 257 | 0 | 32 | 2 | 36 | 460 | 27 | 75 |
| Binary | 10110010 | 10000100 | 10101111 | 0 | 11010 | 10 | 11110 | 100110000 | 10111 | 111101 |
Color Harmonies of #B284AF
Complementary color
Monochromatic Colors of #B284AF
Black with #B284AF
Text Example
Text Example
White with #B284AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284AF; }
p { color: rgb(178,132,175); }
H1.HeaderClassName
{
color: #B284AF;
}
.AnyTagClassName
{
color: #B284AF;
}
</style>
background-color css
<style>
a { background-color: #B284AF; }
a { background-color: rgb(178,132,175); }
div.DivClassName
{
background-color: #B284AF;
}
.BgClassName
{
background-color: #B284AF;
}
</style>
border-color css
<style>
span { border-color: #B284AF; }
span { border-color: rgb(178,132,175); }
td.TdClassName
{
border-color: #B284AF;
}
.TagClassName
{
border-color: #B284AF;
}
</style>