Shades of London Hue #BD83BC
Tints of London Hue #BD83BC
RGB
CMYK
RGB Variations
Color information
#BD83BC (or 0xBD83BC) is known color: London Hue. HEX triplet: BD, 83 and BC. RGB value is (189,131,188). Sum of RGB (Red+Green+Blue) = 189+131+188=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83BC is #427C43. Grayscale: #9A9A9A. Windows color (decimal): -4357188 or 12354493. OLE color: 12354493.
HSL color Cylindrical-coordinate representation of color #BD83BC: hue angle of 301.03º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD83BC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 188 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.26 |
| HSL | 301.03º | 0.31% | 0.63% | - |
| HSV(B) | 301.03º | 0.31% | 0.74% | - |
| XYZ | 38.18 | 30.68 | 51.49 | - |
| YUV | 154.84 | 146.72 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 188 | 0 | 0.31 | 0.01 | 0.26 | 301.03 | 0.31 | 0.63 |
| Hex | BD | 83 | BC | 0 | 1F | 1 | 1A | 12D | 1F | 3F |
| Octal | 275 | 203 | 274 | 0 | 37 | 1 | 32 | 455 | 37 | 77 |
| Binary | 10111101 | 10000011 | 10111100 | 0 | 11111 | 1 | 11010 | 100101101 | 11111 | 111111 |
Color Harmonies of #BD83BC
Complementary color
Monochromatic Colors of #BD83BC
Black with #BD83BC
Text Example
Text Example
White with #BD83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83BC; }
p { color: rgb(189,131,188); }
H1.HeaderClassName
{
color: #BD83BC;
}
.AnyTagClassName
{
color: #BD83BC;
}
</style>
background-color css
<style>
a { background-color: #BD83BC; }
a { background-color: rgb(189,131,188); }
div.DivClassName
{
background-color: #BD83BC;
}
.BgClassName
{
background-color: #BD83BC;
}
</style>
border-color css
<style>
span { border-color: #BD83BC; }
span { border-color: rgb(189,131,188); }
td.TdClassName
{
border-color: #BD83BC;
}
.TagClassName
{
border-color: #BD83BC;
}
</style>