Shades of London Hue #B082B3
Tints of London Hue #B082B3
RGB
CMYK
RGB Variations
Color information
#B082B3 (or 0xB082B3) is known color: London Hue. HEX triplet: B0, 82 and B3. RGB value is (176,130,179). Sum of RGB (Red+Green+Blue) = 176+130+179=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #B082B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082B3 is #4F7D4C. Grayscale: #959595. Windows color (decimal): -5209421 or 11764400. OLE color: 11764400.
HSL color Cylindrical-coordinate representation of color #B082B3: hue angle of 296.33º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B082B3 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 130 | 179 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.30 |
| HSL | 296.33º | 0.24% | 0.61% | - |
| HSV(B) | 296.33º | 0.27% | 0.7% | - |
| XYZ | 34.02 | 28.45 | 46.35 | - |
| YUV | 149.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 179 | 0.02 | 0.27 | 0 | 0.30 | 296.33 | 0.24 | 0.61 |
| Hex | B0 | 82 | B3 | 2 | 1B | 0 | 1E | 128 | 18 | 3D |
| Octal | 260 | 202 | 263 | 2 | 33 | 0 | 36 | 450 | 30 | 75 |
| Binary | 10110000 | 10000010 | 10110011 | 10 | 11011 | 0 | 11110 | 100101000 | 11000 | 111101 |
Color Harmonies of #B082B3
Complementary color
Monochromatic Colors of #B082B3
Black with #B082B3
Text Example
Text Example
White with #B082B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082B3; }
p { color: rgb(176,130,179); }
H1.HeaderClassName
{
color: #B082B3;
}
.AnyTagClassName
{
color: #B082B3;
}
</style>
background-color css
<style>
a { background-color: #B082B3; }
a { background-color: rgb(176,130,179); }
div.DivClassName
{
background-color: #B082B3;
}
.BgClassName
{
background-color: #B082B3;
}
</style>
border-color css
<style>
span { border-color: #B082B3; }
span { border-color: rgb(176,130,179); }
td.TdClassName
{
border-color: #B082B3;
}
.TagClassName
{
border-color: #B082B3;
}
</style>