Shades of London Hue #B78FB3
Tints of London Hue #B78FB3
RGB
CMYK
RGB Variations
Color information
#B78FB3 (or 0xB78FB3) is known color: London Hue. HEX triplet: B7, 8F and B3. RGB value is (183,143,179). Sum of RGB (Red+Green+Blue) = 183+143+179=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FB3 is #48704C. Grayscale: #9E9E9E. Windows color (decimal): -4747341 or 11767735. OLE color: 11767735.
HSL color Cylindrical-coordinate representation of color #B78FB3: hue angle of 306º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B78FB3 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 143 | 179 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.28 |
| HSL | 306º | 0.22% | 0.64% | - |
| HSV(B) | 306º | 0.22% | 0.72% | - |
| XYZ | 37.49 | 32.97 | 47.04 | - |
| YUV | 159.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 179 | 0 | 0.22 | 0.02 | 0.28 | 306 | 0.22 | 0.64 |
| Hex | B7 | 8F | B3 | 0 | 16 | 2 | 1C | 132 | 16 | 40 |
| Octal | 267 | 217 | 263 | 0 | 26 | 2 | 34 | 462 | 26 | 100 |
| Binary | 10110111 | 10001111 | 10110011 | 0 | 10110 | 10 | 11100 | 100110010 | 10110 | 1000000 |
Color Harmonies of #B78FB3
Complementary color
Monochromatic Colors of #B78FB3
Black with #B78FB3
Text Example
Text Example
White with #B78FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FB3; }
p { color: rgb(183,143,179); }
H1.HeaderClassName
{
color: #B78FB3;
}
.AnyTagClassName
{
color: #B78FB3;
}
</style>
background-color css
<style>
a { background-color: #B78FB3; }
a { background-color: rgb(183,143,179); }
div.DivClassName
{
background-color: #B78FB3;
}
.BgClassName
{
background-color: #B78FB3;
}
</style>
border-color css
<style>
span { border-color: #B78FB3; }
span { border-color: rgb(183,143,179); }
td.TdClassName
{
border-color: #B78FB3;
}
.TagClassName
{
border-color: #B78FB3;
}
</style>