Shades of London Hue #B282AB
Tints of London Hue #B282AB
RGB
CMYK
RGB Variations
Color information
#B282AB (or 0xB282AB) is known color: London Hue. HEX triplet: B2, 82 and AB. RGB value is (178,130,171). Sum of RGB (Red+Green+Blue) = 178+130+171=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B282AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B282AB is #4D7D54. Grayscale: #949494. Windows color (decimal): -5078357 or 11240114. OLE color: 11240114.
HSL color Cylindrical-coordinate representation of color #B282AB: hue angle of 308.75º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B282AB is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 130 | 171 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.30 |
| HSL | 308.75º | 0.24% | 0.6% | - |
| HSV(B) | 308.75º | 0.27% | 0.7% | - |
| XYZ | 33.69 | 28.37 | 42.23 | - |
| YUV | 149.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 130 | 171 | 0 | 0.27 | 0.04 | 0.30 | 308.75 | 0.24 | 0.6 |
| Hex | B2 | 82 | AB | 0 | 1B | 4 | 1E | 135 | 18 | 3C |
| Octal | 262 | 202 | 253 | 0 | 33 | 4 | 36 | 465 | 30 | 74 |
| Binary | 10110010 | 10000010 | 10101011 | 0 | 11011 | 100 | 11110 | 100110101 | 11000 | 111100 |
Color Harmonies of #B282AB
Complementary color
Monochromatic Colors of #B282AB
Black with #B282AB
Text Example
Text Example
White with #B282AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B282AB; }
p { color: rgb(178,130,171); }
H1.HeaderClassName
{
color: #B282AB;
}
.AnyTagClassName
{
color: #B282AB;
}
</style>
background-color css
<style>
a { background-color: #B282AB; }
a { background-color: rgb(178,130,171); }
div.DivClassName
{
background-color: #B282AB;
}
.BgClassName
{
background-color: #B282AB;
}
</style>
border-color css
<style>
span { border-color: #B282AB; }
span { border-color: rgb(178,130,171); }
td.TdClassName
{
border-color: #B282AB;
}
.TagClassName
{
border-color: #B282AB;
}
</style>