Shades of London Hue #B283AC
Tints of London Hue #B283AC
RGB
CMYK
RGB Variations
Color information
#B283AC (or 0xB283AC) is known color: London Hue. HEX triplet: B2, 83 and AC. RGB value is (178,131,172). Sum of RGB (Red+Green+Blue) = 178+131+172=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 178 - color contains mainly: red. Hex color #B283AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B283AC is #4D7C53. Grayscale: #959595. Windows color (decimal): -5078100 or 11305906. OLE color: 11305906.
HSL color Cylindrical-coordinate representation of color #B283AC: hue angle of 307.66º 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 #B283AC is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 172 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.30 |
| HSL | 307.66º | 0.23% | 0.61% | - |
| HSV(B) | 307.66º | 0.26% | 0.7% | - |
| XYZ | 33.92 | 28.68 | 42.78 | - |
| YUV | 149.73 | 140.57 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 172 | 0 | 0.26 | 0.03 | 0.30 | 307.66 | 0.23 | 0.61 |
| Hex | B2 | 83 | AC | 0 | 1A | 3 | 1E | 134 | 17 | 3D |
| Octal | 262 | 203 | 254 | 0 | 32 | 3 | 36 | 464 | 27 | 75 |
| Binary | 10110010 | 10000011 | 10101100 | 0 | 11010 | 11 | 11110 | 100110100 | 10111 | 111101 |
Color Harmonies of #B283AC
Complementary color
Monochromatic Colors of #B283AC
Black with #B283AC
Text Example
Text Example
White with #B283AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B283AC; }
p { color: rgb(178,131,172); }
H1.HeaderClassName
{
color: #B283AC;
}
.AnyTagClassName
{
color: #B283AC;
}
</style>
background-color css
<style>
a { background-color: #B283AC; }
a { background-color: rgb(178,131,172); }
div.DivClassName
{
background-color: #B283AC;
}
.BgClassName
{
background-color: #B283AC;
}
</style>
border-color css
<style>
span { border-color: #B283AC; }
span { border-color: rgb(178,131,172); }
td.TdClassName
{
border-color: #B283AC;
}
.TagClassName
{
border-color: #B283AC;
}
</style>