Shades of London Hue #B275B1
Tints of London Hue #B275B1
RGB
CMYK
RGB Variations
Color information
#B275B1 (or 0xB275B1) is known color: London Hue. HEX triplet: B2, 75 and B1. RGB value is (178,117,177). Sum of RGB (Red+Green+Blue) = 178+117+177=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B275B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B275B1 is #4D8A4E. Grayscale: #8D8D8D. Windows color (decimal): -5081679 or 11630002. OLE color: 11630002.
HSL color Cylindrical-coordinate representation of color #B275B1: hue angle of 300.98º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B275B1 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 117 | 177 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.30 |
| HSL | 300.98º | 0.28% | 0.58% | - |
| HSV(B) | 300.98º | 0.34% | 0.7% | - |
| XYZ | 32.66 | 25.36 | 44.77 | - |
| YUV | 142.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 177 | 0 | 0.34 | 0.01 | 0.30 | 300.98 | 0.28 | 0.58 |
| Hex | B2 | 75 | B1 | 0 | 22 | 1 | 1E | 12D | 1C | 3A |
| Octal | 262 | 165 | 261 | 0 | 42 | 1 | 36 | 455 | 34 | 72 |
| Binary | 10110010 | 1110101 | 10110001 | 0 | 100010 | 1 | 11110 | 100101101 | 11100 | 111010 |
Color Harmonies of #B275B1
Complementary color
Monochromatic Colors of #B275B1
Black with #B275B1
Text Example
Text Example
White with #B275B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275B1; }
p { color: rgb(178,117,177); }
H1.HeaderClassName
{
color: #B275B1;
}
.AnyTagClassName
{
color: #B275B1;
}
</style>
background-color css
<style>
a { background-color: #B275B1; }
a { background-color: rgb(178,117,177); }
div.DivClassName
{
background-color: #B275B1;
}
.BgClassName
{
background-color: #B275B1;
}
</style>
border-color css
<style>
span { border-color: #B275B1; }
span { border-color: rgb(178,117,177); }
td.TdClassName
{
border-color: #B275B1;
}
.TagClassName
{
border-color: #B275B1;
}
</style>