Shades of London Hue #B183B3
Tints of London Hue #B183B3
RGB
CMYK
RGB Variations
Color information
#B183B3 (or 0xB183B3) is known color: London Hue. HEX triplet: B1, 83 and B3. RGB value is (177,131,179). Sum of RGB (Red+Green+Blue) = 177+131+179=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: blue. Hex color #B183B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183B3 is #4E7C4C. Grayscale: #969696. Windows color (decimal): -5143629 or 11764657. OLE color: 11764657.
HSL color Cylindrical-coordinate representation of color #B183B3: hue angle of 297.5º 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 #B183B3 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 177 | 131 | 179 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.30 |
| HSL | 297.5º | 0.24% | 0.61% | - |
| HSV(B) | 297.5º | 0.27% | 0.7% | - |
| XYZ | 34.38 | 28.83 | 46.4 | - |
| YUV | 150.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 179 | 0.01 | 0.27 | 0 | 0.30 | 297.5 | 0.24 | 0.61 |
| Hex | B1 | 83 | B3 | 1 | 1B | 0 | 1E | 12A | 18 | 3D |
| Octal | 261 | 203 | 263 | 1 | 33 | 0 | 36 | 452 | 30 | 75 |
| Binary | 10110001 | 10000011 | 10110011 | 1 | 11011 | 0 | 11110 | 100101010 | 11000 | 111101 |
Color Harmonies of #B183B3
Complementary color
Monochromatic Colors of #B183B3
Black with #B183B3
Text Example
Text Example
White with #B183B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B183B3; }
p { color: rgb(177,131,179); }
H1.HeaderClassName
{
color: #B183B3;
}
.AnyTagClassName
{
color: #B183B3;
}
</style>
background-color css
<style>
a { background-color: #B183B3; }
a { background-color: rgb(177,131,179); }
div.DivClassName
{
background-color: #B183B3;
}
.BgClassName
{
background-color: #B183B3;
}
</style>
border-color css
<style>
span { border-color: #B183B3; }
span { border-color: rgb(177,131,179); }
td.TdClassName
{
border-color: #B183B3;
}
.TagClassName
{
border-color: #B183B3;
}
</style>