Shades of London Hue #B883B4
Tints of London Hue #B883B4
RGB
CMYK
RGB Variations
Color information
#B883B4 (or 0xB883B4) is known color: London Hue. HEX triplet: B8, 83 and B4. RGB value is (184,131,180). Sum of RGB (Red+Green+Blue) = 184+131+180=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B883B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883B4 is #477C4B. Grayscale: #989898. Windows color (decimal): -4684876 or 11830200. OLE color: 11830200.
HSL color Cylindrical-coordinate representation of color #B883B4: hue angle of 304.53º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B883B4 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 180 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.28 |
| HSL | 304.53º | 0.27% | 0.62% | - |
| HSV(B) | 304.53º | 0.29% | 0.72% | - |
| XYZ | 36.12 | 29.72 | 47.01 | - |
| YUV | 152.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 180 | 0 | 0.29 | 0.02 | 0.28 | 304.53 | 0.27 | 0.62 |
| Hex | B8 | 83 | B4 | 0 | 1D | 2 | 1C | 131 | 1B | 3E |
| Octal | 270 | 203 | 264 | 0 | 35 | 2 | 34 | 461 | 33 | 76 |
| Binary | 10111000 | 10000011 | 10110100 | 0 | 11101 | 10 | 11100 | 100110001 | 11011 | 111110 |
Color Harmonies of #B883B4
Complementary color
Monochromatic Colors of #B883B4
Black with #B883B4
Text Example
Text Example
White with #B883B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883B4; }
p { color: rgb(184,131,180); }
H1.HeaderClassName
{
color: #B883B4;
}
.AnyTagClassName
{
color: #B883B4;
}
</style>
background-color css
<style>
a { background-color: #B883B4; }
a { background-color: rgb(184,131,180); }
div.DivClassName
{
background-color: #B883B4;
}
.BgClassName
{
background-color: #B883B4;
}
</style>
border-color css
<style>
span { border-color: #B883B4; }
span { border-color: rgb(184,131,180); }
td.TdClassName
{
border-color: #B883B4;
}
.TagClassName
{
border-color: #B883B4;
}
</style>