Shades of London Hue #B990B3
Tints of London Hue #B990B3
RGB
CMYK
RGB Variations
Color information
#B990B3 (or 0xB990B3) is known color: London Hue. HEX triplet: B9, 90 and B3. RGB value is (185,144,179). Sum of RGB (Red+Green+Blue) = 185+144+179=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 185 - color contains mainly: red. Hex color #B990B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990B3 is #466F4C. Grayscale: #A0A0A0. Windows color (decimal): -4616013 or 11767993. OLE color: 11767993.
HSL color Cylindrical-coordinate representation of color #B990B3: hue angle of 308.78º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B990B3 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 144 | 179 | - |
| CMYK | 0 | 0.22 | 0.03 | 0.27 |
| HSL | 308.78º | 0.23% | 0.65% | - |
| HSV(B) | 308.78º | 0.22% | 0.73% | - |
| XYZ | 38.12 | 33.52 | 47.11 | - |
| YUV | 160.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 179 | 0 | 0.22 | 0.03 | 0.27 | 308.78 | 0.23 | 0.65 |
| Hex | B9 | 90 | B3 | 0 | 16 | 3 | 1B | 135 | 17 | 41 |
| Octal | 271 | 220 | 263 | 0 | 26 | 3 | 33 | 465 | 27 | 101 |
| Binary | 10111001 | 10010000 | 10110011 | 0 | 10110 | 11 | 11011 | 100110101 | 10111 | 1000001 |
Color Harmonies of #B990B3
Complementary color
Monochromatic Colors of #B990B3
Black with #B990B3
Text Example
Text Example
White with #B990B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990B3; }
p { color: rgb(185,144,179); }
H1.HeaderClassName
{
color: #B990B3;
}
.AnyTagClassName
{
color: #B990B3;
}
</style>
background-color css
<style>
a { background-color: #B990B3; }
a { background-color: rgb(185,144,179); }
div.DivClassName
{
background-color: #B990B3;
}
.BgClassName
{
background-color: #B990B3;
}
</style>
border-color css
<style>
span { border-color: #B990B3; }
span { border-color: rgb(185,144,179); }
td.TdClassName
{
border-color: #B990B3;
}
.TagClassName
{
border-color: #B990B3;
}
</style>