Shades of London Hue #B284B6
Tints of London Hue #B284B6
RGB
CMYK
RGB Variations
Color information
#B284B6 (or 0xB284B6) is known color: London Hue. HEX triplet: B2, 84 and B6. RGB value is (178,132,182). Sum of RGB (Red+Green+Blue) = 178+132+182=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #B284B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284B6 is #4D7B49. Grayscale: #979797. Windows color (decimal): -5077834 or 11961522. OLE color: 11961522.
HSL color Cylindrical-coordinate representation of color #B284B6: hue angle of 295.2º degrees, saturation: 0.26, 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 #B284B6 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 132 | 182 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.29 |
| HSL | 295.2º | 0.26% | 0.62% | - |
| HSV(B) | 295.2º | 0.27% | 0.71% | - |
| XYZ | 35.05 | 29.34 | 48.07 | - |
| YUV | 151.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 182 | 0.02 | 0.27 | 0 | 0.29 | 295.2 | 0.26 | 0.62 |
| Hex | B2 | 84 | B6 | 2 | 1B | 0 | 1D | 127 | 1A | 3E |
| Octal | 262 | 204 | 266 | 2 | 33 | 0 | 35 | 447 | 32 | 76 |
| Binary | 10110010 | 10000100 | 10110110 | 10 | 11011 | 0 | 11101 | 100100111 | 11010 | 111110 |
Color Harmonies of #B284B6
Complementary color
Monochromatic Colors of #B284B6
Black with #B284B6
Text Example
Text Example
White with #B284B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B284B6; }
p { color: rgb(178,132,182); }
H1.HeaderClassName
{
color: #B284B6;
}
.AnyTagClassName
{
color: #B284B6;
}
</style>
background-color css
<style>
a { background-color: #B284B6; }
a { background-color: rgb(178,132,182); }
div.DivClassName
{
background-color: #B284B6;
}
.BgClassName
{
background-color: #B284B6;
}
</style>
border-color css
<style>
span { border-color: #B284B6; }
span { border-color: rgb(178,132,182); }
td.TdClassName
{
border-color: #B284B6;
}
.TagClassName
{
border-color: #B284B6;
}
</style>