Shades of London Hue #B793B0
Tints of London Hue #B793B0
RGB
CMYK
RGB Variations
Color information
#B793B0 (or 0xB793B0) is known color: London Hue. HEX triplet: B7, 93 and B0. RGB value is (183,147,176). Sum of RGB (Red+Green+Blue) = 183+147+176=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 176 (69.14% from 255 or 34.78% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B793B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B793B0 is #486C4F. Grayscale: #A0A0A0. Windows color (decimal): -4746320 or 11572151. OLE color: 11572151.
HSL color Cylindrical-coordinate representation of color #B793B0: hue angle of 311.67º 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 #B793B0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 147 | 176 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.28 |
| HSL | 311.67º | 0.2% | 0.65% | - |
| HSV(B) | 311.67º | 0.2% | 0.72% | - |
| XYZ | 37.8 | 34.07 | 45.66 | - |
| YUV | 161.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 147 | 176 | 0 | 0.20 | 0.04 | 0.28 | 311.67 | 0.2 | 0.65 |
| Hex | B7 | 93 | B0 | 0 | 14 | 4 | 1C | 138 | 14 | 41 |
| Octal | 267 | 223 | 260 | 0 | 24 | 4 | 34 | 470 | 24 | 101 |
| Binary | 10110111 | 10010011 | 10110000 | 0 | 10100 | 100 | 11100 | 100111000 | 10100 | 1000001 |
Color Harmonies of #B793B0
Complementary color
Monochromatic Colors of #B793B0
Black with #B793B0
Text Example
Text Example
White with #B793B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B793B0; }
p { color: rgb(183,147,176); }
H1.HeaderClassName
{
color: #B793B0;
}
.AnyTagClassName
{
color: #B793B0;
}
</style>
background-color css
<style>
a { background-color: #B793B0; }
a { background-color: rgb(183,147,176); }
div.DivClassName
{
background-color: #B793B0;
}
.BgClassName
{
background-color: #B793B0;
}
</style>
border-color css
<style>
span { border-color: #B793B0; }
span { border-color: rgb(183,147,176); }
td.TdClassName
{
border-color: #B793B0;
}
.TagClassName
{
border-color: #B793B0;
}
</style>