Shades of London Hue #B275B4
Tints of London Hue #B275B4
RGB
CMYK
RGB Variations
Color information
#B275B4 (or 0xB275B4) is known color: London Hue. HEX triplet: B2, 75 and B4. RGB value is (178,117,180). Sum of RGB (Red+Green+Blue) = 178+117+180=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 180 - color contains mainly: blue. Hex color #B275B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275B4 is #4D8A4B. Grayscale: #8E8E8E. Windows color (decimal): -5081676 or 11826610. OLE color: 11826610.
HSL color Cylindrical-coordinate representation of color #B275B4: hue angle of 298.1º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B275B4 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 117 | 180 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.29 |
| HSL | 298.1º | 0.3% | 0.58% | - |
| HSV(B) | 298.1º | 0.35% | 0.71% | - |
| XYZ | 32.96 | 25.48 | 46.36 | - |
| YUV | 142.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 180 | 0.01 | 0.35 | 0 | 0.29 | 298.1 | 0.3 | 0.58 |
| Hex | B2 | 75 | B4 | 1 | 23 | 0 | 1D | 12A | 1E | 3A |
| Octal | 262 | 165 | 264 | 1 | 43 | 0 | 35 | 452 | 36 | 72 |
| Binary | 10110010 | 1110101 | 10110100 | 1 | 100011 | 0 | 11101 | 100101010 | 11110 | 111010 |
Color Harmonies of #B275B4
Complementary color
Monochromatic Colors of #B275B4
Black with #B275B4
Text Example
Text Example
White with #B275B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275B4; }
p { color: rgb(178,117,180); }
H1.HeaderClassName
{
color: #B275B4;
}
.AnyTagClassName
{
color: #B275B4;
}
</style>
background-color css
<style>
a { background-color: #B275B4; }
a { background-color: rgb(178,117,180); }
div.DivClassName
{
background-color: #B275B4;
}
.BgClassName
{
background-color: #B275B4;
}
</style>
border-color css
<style>
span { border-color: #B275B4; }
span { border-color: rgb(178,117,180); }
td.TdClassName
{
border-color: #B275B4;
}
.TagClassName
{
border-color: #B275B4;
}
</style>