Shades of London Hue #B283AA
Tints of London Hue #B283AA
RGB
CMYK
RGB Variations
Color information
#B283AA (or 0xB283AA) is known color: London Hue. HEX triplet: B2, 83 and AA. RGB value is (178,131,170). Sum of RGB (Red+Green+Blue) = 178+131+170=479 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.16% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 178 - color contains mainly: red. Hex color #B283AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283AA is #4D7C55. Grayscale: #959595. Windows color (decimal): -5078102 or 11174834. OLE color: 11174834.
HSL color Cylindrical-coordinate representation of color #B283AA: hue angle of 310.21º 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 #B283AA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 170 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.30 |
| HSL | 310.21º | 0.23% | 0.61% | - |
| HSV(B) | 310.21º | 0.26% | 0.7% | - |
| XYZ | 33.73 | 28.6 | 41.77 | - |
| YUV | 149.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 170 | 0 | 0.26 | 0.04 | 0.30 | 310.21 | 0.23 | 0.61 |
| Hex | B2 | 83 | AA | 0 | 1A | 4 | 1E | 136 | 17 | 3D |
| Octal | 262 | 203 | 252 | 0 | 32 | 4 | 36 | 466 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10101010 | 0 | 11010 | 100 | 11110 | 100110110 | 10111 | 111101 |
Color Harmonies of #B283AA
Complementary color
Monochromatic Colors of #B283AA
Black with #B283AA
Text Example
Text Example
White with #B283AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283AA; }
p { color: rgb(178,131,170); }
H1.HeaderClassName
{
color: #B283AA;
}
.AnyTagClassName
{
color: #B283AA;
}
</style>
background-color css
<style>
a { background-color: #B283AA; }
a { background-color: rgb(178,131,170); }
div.DivClassName
{
background-color: #B283AA;
}
.BgClassName
{
background-color: #B283AA;
}
</style>
border-color css
<style>
span { border-color: #B283AA; }
span { border-color: rgb(178,131,170); }
td.TdClassName
{
border-color: #B283AA;
}
.TagClassName
{
border-color: #B283AA;
}
</style>