Shades of London Hue #B07BB4
Tints of London Hue #B07BB4
RGB
CMYK
RGB Variations
Color information
#B07BB4 (or 0xB07BB4) is known color: London Hue. HEX triplet: B0, 7B and B4. RGB value is (176,123,180). Sum of RGB (Red+Green+Blue) = 176+123+180=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #B07BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BB4 is #4F844B. Grayscale: #919191. Windows color (decimal): -5211212 or 11828144. OLE color: 11828144.
HSL color Cylindrical-coordinate representation of color #B07BB4: hue angle of 295.79º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07BB4 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 123 | 180 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.29 |
| HSL | 295.79º | 0.28% | 0.59% | - |
| HSV(B) | 295.79º | 0.32% | 0.71% | - |
| XYZ | 33.23 | 26.69 | 46.58 | - |
| YUV | 145.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 180 | 0.02 | 0.32 | 0 | 0.29 | 295.79 | 0.28 | 0.59 |
| Hex | B0 | 7B | B4 | 2 | 20 | 0 | 1D | 128 | 1C | 3B |
| Octal | 260 | 173 | 264 | 2 | 40 | 0 | 35 | 450 | 34 | 73 |
| Binary | 10110000 | 1111011 | 10110100 | 10 | 100000 | 0 | 11101 | 100101000 | 11100 | 111011 |
Color Harmonies of #B07BB4
Complementary color
Monochromatic Colors of #B07BB4
Black with #B07BB4
Text Example
Text Example
White with #B07BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BB4; }
p { color: rgb(176,123,180); }
H1.HeaderClassName
{
color: #B07BB4;
}
.AnyTagClassName
{
color: #B07BB4;
}
</style>
background-color css
<style>
a { background-color: #B07BB4; }
a { background-color: rgb(176,123,180); }
div.DivClassName
{
background-color: #B07BB4;
}
.BgClassName
{
background-color: #B07BB4;
}
</style>
border-color css
<style>
span { border-color: #B07BB4; }
span { border-color: rgb(176,123,180); }
td.TdClassName
{
border-color: #B07BB4;
}
.TagClassName
{
border-color: #B07BB4;
}
</style>