Shades of London Hue #B293B5
Tints of London Hue #B293B5
RGB
CMYK
RGB Variations
Color information
#B293B5 (or 0xB293B5) is known color: London Hue. HEX triplet: B2, 93 and B5. RGB value is (178,147,181). Sum of RGB (Red+Green+Blue) = 178+147+181=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 181 - color contains mainly: blue. Hex color #B293B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293B5 is #4D6C4A. Grayscale: #A0A0A0. Windows color (decimal): -5073995 or 11899826. OLE color: 11899826.
HSL color Cylindrical-coordinate representation of color #B293B5: hue angle of 294.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B293B5 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 147 | 181 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.29 |
| HSL | 294.71º | 0.19% | 0.64% | - |
| HSV(B) | 294.71º | 0.19% | 0.71% | - |
| XYZ | 37.13 | 33.67 | 48.26 | - |
| YUV | 160.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 181 | 0.02 | 0.19 | 0 | 0.29 | 294.71 | 0.19 | 0.64 |
| Hex | B2 | 93 | B5 | 2 | 13 | 0 | 1D | 127 | 13 | 40 |
| Octal | 262 | 223 | 265 | 2 | 23 | 0 | 35 | 447 | 23 | 100 |
| Binary | 10110010 | 10010011 | 10110101 | 10 | 10011 | 0 | 11101 | 100100111 | 10011 | 1000000 |
Color Harmonies of #B293B5
Complementary color
Monochromatic Colors of #B293B5
Black with #B293B5
Text Example
Text Example
White with #B293B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B293B5; }
p { color: rgb(178,147,181); }
H1.HeaderClassName
{
color: #B293B5;
}
.AnyTagClassName
{
color: #B293B5;
}
</style>
background-color css
<style>
a { background-color: #B293B5; }
a { background-color: rgb(178,147,181); }
div.DivClassName
{
background-color: #B293B5;
}
.BgClassName
{
background-color: #B293B5;
}
</style>
border-color css
<style>
span { border-color: #B293B5; }
span { border-color: rgb(178,147,181); }
td.TdClassName
{
border-color: #B293B5;
}
.TagClassName
{
border-color: #B293B5;
}
</style>