Shades of London Hue #B374B2
Tints of London Hue #B374B2
RGB
CMYK
RGB Variations
Color information
#B374B2 (or 0xB374B2) is known color: London Hue. HEX triplet: B3, 74 and B2. RGB value is (179,116,178). Sum of RGB (Red+Green+Blue) = 179+116+178=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B374B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B374B2 is #4C8B4D. Grayscale: #8D8D8D. Windows color (decimal): -5016398 or 11695283. OLE color: 11695283.
HSL color Cylindrical-coordinate representation of color #B374B2: hue angle of 300.95º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B374B2 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 178 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.30 |
| HSL | 300.95º | 0.29% | 0.58% | - |
| HSV(B) | 300.95º | 0.35% | 0.7% | - |
| XYZ | 32.87 | 25.29 | 45.27 | - |
| YUV | 141.91 | 148.37 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 178 | 0 | 0.35 | 0.01 | 0.30 | 300.95 | 0.29 | 0.58 |
| Hex | B3 | 74 | B2 | 0 | 23 | 1 | 1E | 12D | 1D | 3A |
| Octal | 263 | 164 | 262 | 0 | 43 | 1 | 36 | 455 | 35 | 72 |
| Binary | 10110011 | 1110100 | 10110010 | 0 | 100011 | 1 | 11110 | 100101101 | 11101 | 111010 |
Color Harmonies of #B374B2
Complementary color
Monochromatic Colors of #B374B2
Black with #B374B2
Text Example
Text Example
White with #B374B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374B2; }
p { color: rgb(179,116,178); }
H1.HeaderClassName
{
color: #B374B2;
}
.AnyTagClassName
{
color: #B374B2;
}
</style>
background-color css
<style>
a { background-color: #B374B2; }
a { background-color: rgb(179,116,178); }
div.DivClassName
{
background-color: #B374B2;
}
.BgClassName
{
background-color: #B374B2;
}
</style>
border-color css
<style>
span { border-color: #B374B2; }
span { border-color: rgb(179,116,178); }
td.TdClassName
{
border-color: #B374B2;
}
.TagClassName
{
border-color: #B374B2;
}
</style>