Shades of London Hue #B27BAD
Tints of London Hue #B27BAD
RGB
CMYK
RGB Variations
Color information
#B27BAD (or 0xB27BAD) is known color: London Hue. HEX triplet: B2, 7B and AD. RGB value is (178,123,173). Sum of RGB (Red+Green+Blue) = 178+123+173=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BAD is #4D8452. Grayscale: #919191. Windows color (decimal): -5080147 or 11369394. OLE color: 11369394.
HSL color Cylindrical-coordinate representation of color #B27BAD: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B27BAD is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 123 | 173 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.30 |
| HSL | 305.45º | 0.26% | 0.59% | - |
| HSV(B) | 305.45º | 0.31% | 0.7% | - |
| XYZ | 32.99 | 26.65 | 42.94 | - |
| YUV | 145.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 173 | 0 | 0.31 | 0.03 | 0.30 | 305.45 | 0.26 | 0.59 |
| Hex | B2 | 7B | AD | 0 | 1F | 3 | 1E | 131 | 1A | 3B |
| Octal | 262 | 173 | 255 | 0 | 37 | 3 | 36 | 461 | 32 | 73 |
| Binary | 10110010 | 1111011 | 10101101 | 0 | 11111 | 11 | 11110 | 100110001 | 11010 | 111011 |
Color Harmonies of #B27BAD
Complementary color
Monochromatic Colors of #B27BAD
Black with #B27BAD
Text Example
Text Example
White with #B27BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BAD; }
p { color: rgb(178,123,173); }
H1.HeaderClassName
{
color: #B27BAD;
}
.AnyTagClassName
{
color: #B27BAD;
}
</style>
background-color css
<style>
a { background-color: #B27BAD; }
a { background-color: rgb(178,123,173); }
div.DivClassName
{
background-color: #B27BAD;
}
.BgClassName
{
background-color: #B27BAD;
}
</style>
border-color css
<style>
span { border-color: #B27BAD; }
span { border-color: rgb(178,123,173); }
td.TdClassName
{
border-color: #B27BAD;
}
.TagClassName
{
border-color: #B27BAD;
}
</style>