Shades of London Hue #B38BB3
Tints of London Hue #B38BB3
RGB
CMYK
RGB Variations
Color information
#B38BB3 (or 0xB38BB3) is known color: London Hue. HEX triplet: B3, 8B and B3. RGB value is (179,139,179). Sum of RGB (Red+Green+Blue) = 179+139+179=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B38BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38BB3 is #4C744C. Grayscale: #9B9B9B. Windows color (decimal): -5010509 or 11766707. OLE color: 11766707.
HSL color Cylindrical-coordinate representation of color #B38BB3: hue angle of 300º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38BB3 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 179 | - |
| CMYK | 0 | 0.22 | 0 | 0.30 |
| HSL | 300º | 0.21% | 0.62% | - |
| HSV(B) | 300º | 0.22% | 0.7% | - |
| XYZ | 35.96 | 31.3 | 46.79 | - |
| YUV | 155.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 179 | 0 | 0.22 | 0 | 0.30 | 300 | 0.21 | 0.62 |
| Hex | B3 | 8B | B3 | 0 | 16 | 0 | 1E | 12C | 15 | 3E |
| Octal | 263 | 213 | 263 | 0 | 26 | 0 | 36 | 454 | 25 | 76 |
| Binary | 10110011 | 10001011 | 10110011 | 0 | 10110 | 0 | 11110 | 100101100 | 10101 | 111110 |
Color Harmonies of #B38BB3
Complementary color
Monochromatic Colors of #B38BB3
Black with #B38BB3
Text Example
Text Example
White with #B38BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38BB3; }
p { color: rgb(179,139,179); }
H1.HeaderClassName
{
color: #B38BB3;
}
.AnyTagClassName
{
color: #B38BB3;
}
</style>
background-color css
<style>
a { background-color: #B38BB3; }
a { background-color: rgb(179,139,179); }
div.DivClassName
{
background-color: #B38BB3;
}
.BgClassName
{
background-color: #B38BB3;
}
</style>
border-color css
<style>
span { border-color: #B38BB3; }
span { border-color: rgb(179,139,179); }
td.TdClassName
{
border-color: #B38BB3;
}
.TagClassName
{
border-color: #B38BB3;
}
</style>