Shades of London Hue #B793B1
Tints of London Hue #B793B1
RGB
CMYK
RGB Variations
Color information
#B793B1 (or 0xB793B1) is known color: London Hue. HEX triplet: B7, 93 and B1. RGB value is (183,147,177). Sum of RGB (Red+Green+Blue) = 183+147+177=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 183 - color contains mainly: red. Hex color #B793B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B793B1 is #486C4E. Grayscale: #A1A1A1. Windows color (decimal): -4746319 or 11637687. OLE color: 11637687.
HSL color Cylindrical-coordinate representation of color #B793B1: hue angle of 310º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B793B1 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 147 | 177 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.28 |
| HSL | 310º | 0.2% | 0.65% | - |
| HSV(B) | 310º | 0.2% | 0.72% | - |
| XYZ | 37.9 | 34.11 | 46.18 | - |
| YUV | 161.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 177 | 0 | 0.20 | 0.03 | 0.28 | 310 | 0.2 | 0.65 |
| Hex | B7 | 93 | B1 | 0 | 14 | 3 | 1C | 136 | 14 | 41 |
| Octal | 267 | 223 | 261 | 0 | 24 | 3 | 34 | 466 | 24 | 101 |
| Binary | 10110111 | 10010011 | 10110001 | 0 | 10100 | 11 | 11100 | 100110110 | 10100 | 1000001 |
Color Harmonies of #B793B1
Complementary color
Monochromatic Colors of #B793B1
Black with #B793B1
Text Example
Text Example
White with #B793B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793B1; }
p { color: rgb(183,147,177); }
H1.HeaderClassName
{
color: #B793B1;
}
.AnyTagClassName
{
color: #B793B1;
}
</style>
background-color css
<style>
a { background-color: #B793B1; }
a { background-color: rgb(183,147,177); }
div.DivClassName
{
background-color: #B793B1;
}
.BgClassName
{
background-color: #B793B1;
}
</style>
border-color css
<style>
span { border-color: #B793B1; }
span { border-color: rgb(183,147,177); }
td.TdClassName
{
border-color: #B793B1;
}
.TagClassName
{
border-color: #B793B1;
}
</style>