Shades of London Hue #B393B4
Tints of London Hue #B393B4
RGB
CMYK
RGB Variations
Color information
#B393B4 (or 0xB393B4) is known color: London Hue. HEX triplet: B3, 93 and B4. RGB value is (179,147,180). Sum of RGB (Red+Green+Blue) = 179+147+180=506 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.38% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 180 - color contains mainly: blue. Hex color #B393B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393B4 is #4C6C4B. Grayscale: #A0A0A0. Windows color (decimal): -5008460 or 11834291. OLE color: 11834291.
HSL color Cylindrical-coordinate representation of color #B393B4: hue angle of 298.18º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B393B4 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 147 | 180 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.29 |
| HSL | 298.18º | 0.18% | 0.64% | - |
| HSV(B) | 298.18º | 0.18% | 0.71% | - |
| XYZ | 37.26 | 33.75 | 47.73 | - |
| YUV | 160.33 | 139.1 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 147 | 180 | 0.01 | 0.18 | 0 | 0.29 | 298.18 | 0.18 | 0.64 |
| Hex | B3 | 93 | B4 | 1 | 12 | 0 | 1D | 12A | 12 | 40 |
| Octal | 263 | 223 | 264 | 1 | 22 | 0 | 35 | 452 | 22 | 100 |
| Binary | 10110011 | 10010011 | 10110100 | 1 | 10010 | 0 | 11101 | 100101010 | 10010 | 1000000 |
Color Harmonies of #B393B4
Complementary color
Monochromatic Colors of #B393B4
Black with #B393B4
Text Example
Text Example
White with #B393B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B393B4; }
p { color: rgb(179,147,180); }
H1.HeaderClassName
{
color: #B393B4;
}
.AnyTagClassName
{
color: #B393B4;
}
</style>
background-color css
<style>
a { background-color: #B393B4; }
a { background-color: rgb(179,147,180); }
div.DivClassName
{
background-color: #B393B4;
}
.BgClassName
{
background-color: #B393B4;
}
</style>
border-color css
<style>
span { border-color: #B393B4; }
span { border-color: rgb(179,147,180); }
td.TdClassName
{
border-color: #B393B4;
}
.TagClassName
{
border-color: #B393B4;
}
</style>