Shades of London Hue #B774B2
Tints of London Hue #B774B2
RGB
CMYK
RGB Variations
Color information
#B774B2 (or 0xB774B2) is known color: London Hue. HEX triplet: B7, 74 and B2. RGB value is (183,116,178). Sum of RGB (Red+Green+Blue) = 183+116+178=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 178 (69.92% from 255 or 37.32% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B774B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B774B2 is #488B4D. Grayscale: #8E8E8E. Windows color (decimal): -4754254 or 11695287. OLE color: 11695287.
HSL color Cylindrical-coordinate representation of color #B774B2: hue angle of 304.48º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B774B2 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 116 | 178 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.28 |
| HSL | 304.48º | 0.32% | 0.59% | - |
| HSV(B) | 304.48º | 0.37% | 0.72% | - |
| XYZ | 33.81 | 25.77 | 45.31 | - |
| YUV | 143.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 178 | 0 | 0.37 | 0.03 | 0.28 | 304.48 | 0.32 | 0.59 |
| Hex | B7 | 74 | B2 | 0 | 25 | 3 | 1C | 130 | 20 | 3B |
| Octal | 267 | 164 | 262 | 0 | 45 | 3 | 34 | 460 | 40 | 73 |
| Binary | 10110111 | 1110100 | 10110010 | 0 | 100101 | 11 | 11100 | 100110000 | 100000 | 111011 |
Color Harmonies of #B774B2
Complementary color
Monochromatic Colors of #B774B2
Black with #B774B2
Text Example
Text Example
White with #B774B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B774B2; }
p { color: rgb(183,116,178); }
H1.HeaderClassName
{
color: #B774B2;
}
.AnyTagClassName
{
color: #B774B2;
}
</style>
background-color css
<style>
a { background-color: #B774B2; }
a { background-color: rgb(183,116,178); }
div.DivClassName
{
background-color: #B774B2;
}
.BgClassName
{
background-color: #B774B2;
}
</style>
border-color css
<style>
span { border-color: #B774B2; }
span { border-color: rgb(183,116,178); }
td.TdClassName
{
border-color: #B774B2;
}
.TagClassName
{
border-color: #B774B2;
}
</style>