Shades of London Hue #B778B3
Tints of London Hue #B778B3
RGB
CMYK
RGB Variations
Color information
#B778B3 (or 0xB778B3) is known color: London Hue. HEX triplet: B7, 78 and B3. RGB value is (183,120,179). Sum of RGB (Red+Green+Blue) = 183+120+179=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 183 - color contains mainly: red. Hex color #B778B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778B3 is #48874C. Grayscale: #919191. Windows color (decimal): -4753229 or 11761847. OLE color: 11761847.
HSL color Cylindrical-coordinate representation of color #B778B3: hue angle of 303.81º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778B3 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 179 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.28 |
| HSL | 303.81º | 0.3% | 0.59% | - |
| HSV(B) | 303.81º | 0.34% | 0.72% | - |
| XYZ | 34.38 | 26.75 | 46 | - |
| YUV | 145.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 179 | 0 | 0.34 | 0.02 | 0.28 | 303.81 | 0.3 | 0.59 |
| Hex | B7 | 78 | B3 | 0 | 22 | 2 | 1C | 130 | 1E | 3B |
| Octal | 267 | 170 | 263 | 0 | 42 | 2 | 34 | 460 | 36 | 73 |
| Binary | 10110111 | 1111000 | 10110011 | 0 | 100010 | 10 | 11100 | 100110000 | 11110 | 111011 |
Color Harmonies of #B778B3
Complementary color
Monochromatic Colors of #B778B3
Black with #B778B3
Text Example
Text Example
White with #B778B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778B3; }
p { color: rgb(183,120,179); }
H1.HeaderClassName
{
color: #B778B3;
}
.AnyTagClassName
{
color: #B778B3;
}
</style>
background-color css
<style>
a { background-color: #B778B3; }
a { background-color: rgb(183,120,179); }
div.DivClassName
{
background-color: #B778B3;
}
.BgClassName
{
background-color: #B778B3;
}
</style>
border-color css
<style>
span { border-color: #B778B3; }
span { border-color: rgb(183,120,179); }
td.TdClassName
{
border-color: #B778B3;
}
.TagClassName
{
border-color: #B778B3;
}
</style>