Shades of London Hue #B287B3
Tints of London Hue #B287B3
RGB
CMYK
RGB Variations
Color information
#B287B3 (or 0xB287B3) is known color: London Hue. HEX triplet: B2, 87 and B3. RGB value is (178,135,179). Sum of RGB (Red+Green+Blue) = 178+135+179=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #B287B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B287B3 is #4D784C. Grayscale: #989898. Windows color (decimal): -5077069 or 11765682. OLE color: 11765682.
HSL color Cylindrical-coordinate representation of color #B287B3: hue angle of 298.64º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B287B3 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 179 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.30 |
| HSL | 298.64º | 0.22% | 0.62% | - |
| HSV(B) | 298.64º | 0.25% | 0.7% | - |
| XYZ | 35.16 | 30.05 | 46.59 | - |
| YUV | 152.87 | 142.75 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 179 | 0.01 | 0.25 | 0 | 0.30 | 298.64 | 0.22 | 0.62 |
| Hex | B2 | 87 | B3 | 1 | 19 | 0 | 1E | 12B | 16 | 3E |
| Octal | 262 | 207 | 263 | 1 | 31 | 0 | 36 | 453 | 26 | 76 |
| Binary | 10110010 | 10000111 | 10110011 | 1 | 11001 | 0 | 11110 | 100101011 | 10110 | 111110 |
Color Harmonies of #B287B3
Complementary color
Monochromatic Colors of #B287B3
Black with #B287B3
Text Example
Text Example
White with #B287B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B287B3; }
p { color: rgb(178,135,179); }
H1.HeaderClassName
{
color: #B287B3;
}
.AnyTagClassName
{
color: #B287B3;
}
</style>
background-color css
<style>
a { background-color: #B287B3; }
a { background-color: rgb(178,135,179); }
div.DivClassName
{
background-color: #B287B3;
}
.BgClassName
{
background-color: #B287B3;
}
</style>
border-color css
<style>
span { border-color: #B287B3; }
span { border-color: rgb(178,135,179); }
td.TdClassName
{
border-color: #B287B3;
}
.TagClassName
{
border-color: #B287B3;
}
</style>