Shades of London Hue #BC83B5
Tints of London Hue #BC83B5
RGB
CMYK
RGB Variations
Color information
#BC83B5 (or 0xBC83B5) is known color: London Hue. HEX triplet: BC, 83 and B5. RGB value is (188,131,181). Sum of RGB (Red+Green+Blue) = 188+131+181=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BC83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83B5 is #437C4A. Grayscale: #999999. Windows color (decimal): -4422731 or 11895740. OLE color: 11895740.
HSL color Cylindrical-coordinate representation of color #BC83B5: hue angle of 307.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC83B5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 181 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.26 |
| HSL | 307.37º | 0.3% | 0.63% | - |
| HSV(B) | 307.37º | 0.3% | 0.74% | - |
| XYZ | 37.2 | 30.26 | 47.6 | - |
| YUV | 153.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 181 | 0 | 0.30 | 0.04 | 0.26 | 307.37 | 0.3 | 0.63 |
| Hex | BC | 83 | B5 | 0 | 1E | 4 | 1A | 133 | 1E | 3F |
| Octal | 274 | 203 | 265 | 0 | 36 | 4 | 32 | 463 | 36 | 77 |
| Binary | 10111100 | 10000011 | 10110101 | 0 | 11110 | 100 | 11010 | 100110011 | 11110 | 111111 |
Color Harmonies of #BC83B5
Complementary color
Monochromatic Colors of #BC83B5
Black with #BC83B5
Text Example
Text Example
White with #BC83B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83B5; }
p { color: rgb(188,131,181); }
H1.HeaderClassName
{
color: #BC83B5;
}
.AnyTagClassName
{
color: #BC83B5;
}
</style>
background-color css
<style>
a { background-color: #BC83B5; }
a { background-color: rgb(188,131,181); }
div.DivClassName
{
background-color: #BC83B5;
}
.BgClassName
{
background-color: #BC83B5;
}
</style>
border-color css
<style>
span { border-color: #BC83B5; }
span { border-color: rgb(188,131,181); }
td.TdClassName
{
border-color: #BC83B5;
}
.TagClassName
{
border-color: #BC83B5;
}
</style>