Shades of London Hue #B182B4
Tints of London Hue #B182B4
RGB
CMYK
RGB Variations
Color information
#B182B4 (or 0xB182B4) is known color: London Hue. HEX triplet: B1, 82 and B4. RGB value is (177,130,180). Sum of RGB (Red+Green+Blue) = 177+130+180=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 180 - color contains mainly: blue. Hex color #B182B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182B4 is #4E7D4B. Grayscale: #959595. Windows color (decimal): -5143884 or 11829937. OLE color: 11829937.
HSL color Cylindrical-coordinate representation of color #B182B4: hue angle of 296.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B182B4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 130 | 180 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.29 |
| HSL | 296.4º | 0.25% | 0.61% | - |
| HSV(B) | 296.4º | 0.28% | 0.71% | - |
| XYZ | 34.35 | 28.61 | 46.89 | - |
| YUV | 149.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 180 | 0.02 | 0.28 | 0 | 0.29 | 296.4 | 0.25 | 0.61 |
| Hex | B1 | 82 | B4 | 2 | 1C | 0 | 1D | 128 | 19 | 3D |
| Octal | 261 | 202 | 264 | 2 | 34 | 0 | 35 | 450 | 31 | 75 |
| Binary | 10110001 | 10000010 | 10110100 | 10 | 11100 | 0 | 11101 | 100101000 | 11001 | 111101 |
Color Harmonies of #B182B4
Complementary color
Monochromatic Colors of #B182B4
Black with #B182B4
Text Example
Text Example
White with #B182B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B182B4; }
p { color: rgb(177,130,180); }
H1.HeaderClassName
{
color: #B182B4;
}
.AnyTagClassName
{
color: #B182B4;
}
</style>
background-color css
<style>
a { background-color: #B182B4; }
a { background-color: rgb(177,130,180); }
div.DivClassName
{
background-color: #B182B4;
}
.BgClassName
{
background-color: #B182B4;
}
</style>
border-color css
<style>
span { border-color: #B182B4; }
span { border-color: rgb(177,130,180); }
td.TdClassName
{
border-color: #B182B4;
}
.TagClassName
{
border-color: #B182B4;
}
</style>