Shades of London Hue #B38AB6
Tints of London Hue #B38AB6
RGB
CMYK
RGB Variations
Color information
#B38AB6 (or 0xB38AB6) is known color: London Hue. HEX triplet: B3, 8A and B6. RGB value is (179,138,182). Sum of RGB (Red+Green+Blue) = 179+138+182=499 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.87% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #B38AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38AB6 is #4C7549. Grayscale: #9B9B9B. Windows color (decimal): -5010762 or 11963059. OLE color: 11963059.
HSL color Cylindrical-coordinate representation of color #B38AB6: hue angle of 295.91º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38AB6 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 138 | 182 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.29 |
| HSL | 295.91º | 0.23% | 0.63% | - |
| HSV(B) | 295.91º | 0.24% | 0.71% | - |
| XYZ | 36.12 | 31.14 | 48.36 | - |
| YUV | 155.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 182 | 0.02 | 0.24 | 0 | 0.29 | 295.91 | 0.23 | 0.63 |
| Hex | B3 | 8A | B6 | 2 | 18 | 0 | 1D | 128 | 17 | 3F |
| Octal | 263 | 212 | 266 | 2 | 30 | 0 | 35 | 450 | 27 | 77 |
| Binary | 10110011 | 10001010 | 10110110 | 10 | 11000 | 0 | 11101 | 100101000 | 10111 | 111111 |
Color Harmonies of #B38AB6
Complementary color
Monochromatic Colors of #B38AB6
Black with #B38AB6
Text Example
Text Example
White with #B38AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38AB6; }
p { color: rgb(179,138,182); }
H1.HeaderClassName
{
color: #B38AB6;
}
.AnyTagClassName
{
color: #B38AB6;
}
</style>
background-color css
<style>
a { background-color: #B38AB6; }
a { background-color: rgb(179,138,182); }
div.DivClassName
{
background-color: #B38AB6;
}
.BgClassName
{
background-color: #B38AB6;
}
</style>
border-color css
<style>
span { border-color: #B38AB6; }
span { border-color: rgb(179,138,182); }
td.TdClassName
{
border-color: #B38AB6;
}
.TagClassName
{
border-color: #B38AB6;
}
</style>