Shades of London Hue #B28DB2
Tints of London Hue #B28DB2
RGB
CMYK
RGB Variations
Color information
#B28DB2 (or 0xB28DB2) is known color: London Hue. HEX triplet: B2, 8D and B2. RGB value is (178,141,178). Sum of RGB (Red+Green+Blue) = 178+141+178=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B28DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28DB2 is #4D724D. Grayscale: #9C9C9C. Windows color (decimal): -5075534 or 11701682. OLE color: 11701682.
HSL color Cylindrical-coordinate representation of color #B28DB2: hue angle of 300º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B28DB2 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 141 | 178 | - |
CMYK | 0 | 0.21 | 0 | 0.30 |
HSL | 300º | 0.19% | 0.63% | - |
HSV(B) | 300º | 0.21% | 0.7% | - |
XYZ | 35.92 | 31.73 | 46.35 | - |
YUV | 156.28 | 140.26 | 143.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 141 | 178 | 0 | 0.21 | 0 | 0.30 | 300 | 0.19 | 0.63 |
Hex | B2 | 8D | B2 | 0 | 15 | 0 | 1E | 12C | 13 | 3F |
Octal | 262 | 215 | 262 | 0 | 25 | 0 | 36 | 454 | 23 | 77 |
Binary | 10110010 | 10001101 | 10110010 | 0 | 10101 | 0 | 11110 | 100101100 | 10011 | 111111 |
Color Harmonies of #B28DB2
Complementary color
Monochromatic Colors of #B28DB2
Black with #B28DB2
Text Example
Text Example
White with #B28DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28DB2; }
p { color: rgb(178,141,178); }
H1.HeaderClassName
{
color: #B28DB2;
}
.AnyTagClassName
{
color: #B28DB2;
}
</style>
background-color css
<style>
a { background-color: #B28DB2; }
a { background-color: rgb(178,141,178); }
div.DivClassName
{
background-color: #B28DB2;
}
.BgClassName
{
background-color: #B28DB2;
}
</style>
border-color css
<style>
span { border-color: #B28DB2; }
span { border-color: rgb(178,141,178); }
td.TdClassName
{
border-color: #B28DB2;
}
.TagClassName
{
border-color: #B28DB2;
}
</style>