Shades of London Hue #B773B2
Tints of London Hue #B773B2
RGB
CMYK
RGB Variations
Color information
#B773B2 (or 0xB773B2) is known color: London Hue. HEX triplet: B7, 73 and B2. RGB value is (183,115,178). Sum of RGB (Red+Green+Blue) = 183+115+178=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B773B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B773B2 is #488C4D. Grayscale: #8E8E8E. Windows color (decimal): -4754510 or 11695031. OLE color: 11695031.
HSL color Cylindrical-coordinate representation of color #B773B2: hue angle of 304.41º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B773B2 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 178 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.28 |
| HSL | 304.41º | 0.32% | 0.58% | - |
| HSV(B) | 304.41º | 0.37% | 0.72% | - |
| XYZ | 33.7 | 25.54 | 45.27 | - |
| YUV | 142.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 178 | 0 | 0.37 | 0.03 | 0.28 | 304.41 | 0.32 | 0.58 |
| Hex | B7 | 73 | B2 | 0 | 25 | 3 | 1C | 130 | 20 | 3A |
| Octal | 267 | 163 | 262 | 0 | 45 | 3 | 34 | 460 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10110010 | 0 | 100101 | 11 | 11100 | 100110000 | 100000 | 111010 |
Color Harmonies of #B773B2
Complementary color
Monochromatic Colors of #B773B2
Black with #B773B2
Text Example
Text Example
White with #B773B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773B2; }
p { color: rgb(183,115,178); }
H1.HeaderClassName
{
color: #B773B2;
}
.AnyTagClassName
{
color: #B773B2;
}
</style>
background-color css
<style>
a { background-color: #B773B2; }
a { background-color: rgb(183,115,178); }
div.DivClassName
{
background-color: #B773B2;
}
.BgClassName
{
background-color: #B773B2;
}
</style>
border-color css
<style>
span { border-color: #B773B2; }
span { border-color: rgb(183,115,178); }
td.TdClassName
{
border-color: #B773B2;
}
.TagClassName
{
border-color: #B773B2;
}
</style>