Shades of London Hue #B283AE
Tints of London Hue #B283AE
RGB
CMYK
RGB Variations
Color information
#B283AE (or 0xB283AE) is known color: London Hue. HEX triplet: B2, 83 and AE. RGB value is (178,131,174). Sum of RGB (Red+Green+Blue) = 178+131+174=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B283AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283AE is #4D7C51. Grayscale: #959595. Windows color (decimal): -5078098 or 11436978. OLE color: 11436978.
HSL color Cylindrical-coordinate representation of color #B283AE: hue angle of 305.11º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B283AE is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 174 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.30 |
| HSL | 305.11º | 0.23% | 0.61% | - |
| HSV(B) | 305.11º | 0.26% | 0.7% | - |
| XYZ | 34.12 | 28.75 | 43.8 | - |
| YUV | 149.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 174 | 0 | 0.26 | 0.02 | 0.30 | 305.11 | 0.23 | 0.61 |
| Hex | B2 | 83 | AE | 0 | 1A | 2 | 1E | 131 | 17 | 3D |
| Octal | 262 | 203 | 256 | 0 | 32 | 2 | 36 | 461 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10101110 | 0 | 11010 | 10 | 11110 | 100110001 | 10111 | 111101 |
Color Harmonies of #B283AE
Complementary color
Monochromatic Colors of #B283AE
Black with #B283AE
Text Example
Text Example
White with #B283AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283AE; }
p { color: rgb(178,131,174); }
H1.HeaderClassName
{
color: #B283AE;
}
.AnyTagClassName
{
color: #B283AE;
}
</style>
background-color css
<style>
a { background-color: #B283AE; }
a { background-color: rgb(178,131,174); }
div.DivClassName
{
background-color: #B283AE;
}
.BgClassName
{
background-color: #B283AE;
}
</style>
border-color css
<style>
span { border-color: #B283AE; }
span { border-color: rgb(178,131,174); }
td.TdClassName
{
border-color: #B283AE;
}
.TagClassName
{
border-color: #B283AE;
}
</style>