Shades of London Hue #B383AA
Tints of London Hue #B383AA
RGB
CMYK
RGB Variations
Color information
#B383AA (or 0xB383AA) is known color: London Hue. HEX triplet: B3, 83 and AA. RGB value is (179,131,170). Sum of RGB (Red+Green+Blue) = 179+131+170=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B383AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B383AA is #4C7C55. Grayscale: #959595. Windows color (decimal): -5012566 or 11174835. OLE color: 11174835.
HSL color Cylindrical-coordinate representation of color #B383AA: hue angle of 311.25º 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 #B383AA is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 170 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.30 |
| HSL | 311.25º | 0.24% | 0.61% | - |
| HSV(B) | 311.25º | 0.27% | 0.7% | - |
| XYZ | 33.96 | 28.72 | 41.78 | - |
| YUV | 149.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 170 | 0 | 0.27 | 0.05 | 0.30 | 311.25 | 0.24 | 0.61 |
| Hex | B3 | 83 | AA | 0 | 1B | 5 | 1E | 137 | 18 | 3D |
| Octal | 263 | 203 | 252 | 0 | 33 | 5 | 36 | 467 | 30 | 75 |
| Binary | 10110011 | 10000011 | 10101010 | 0 | 11011 | 101 | 11110 | 100110111 | 11000 | 111101 |
Color Harmonies of #B383AA
Complementary color
Monochromatic Colors of #B383AA
Black with #B383AA
Text Example
Text Example
White with #B383AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B383AA; }
p { color: rgb(179,131,170); }
H1.HeaderClassName
{
color: #B383AA;
}
.AnyTagClassName
{
color: #B383AA;
}
</style>
background-color css
<style>
a { background-color: #B383AA; }
a { background-color: rgb(179,131,170); }
div.DivClassName
{
background-color: #B383AA;
}
.BgClassName
{
background-color: #B383AA;
}
</style>
border-color css
<style>
span { border-color: #B383AA; }
span { border-color: rgb(179,131,170); }
td.TdClassName
{
border-color: #B383AA;
}
.TagClassName
{
border-color: #B383AA;
}
</style>