Shades of London Hue #BD83BF
Tints of London Hue #BD83BF
RGB
CMYK
RGB Variations
Color information
#BD83BF (or 0xBD83BF) is known color: London Hue. HEX triplet: BD, 83 and BF. RGB value is (189,131,191). Sum of RGB (Red+Green+Blue) = 189+131+191=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83BF is #427C40. Grayscale: #9A9A9A. Windows color (decimal): -4357185 or 12551101. OLE color: 12551101.
HSL color Cylindrical-coordinate representation of color #BD83BF: hue angle of 298º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD83BF is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 131 | 191 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.25 |
| HSL | 298º | 0.32% | 0.63% | - |
| HSV(B) | 298º | 0.31% | 0.75% | - |
| XYZ | 38.51 | 30.81 | 53.21 | - |
| YUV | 155.18 | 148.22 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 191 | 0.01 | 0.31 | 0 | 0.25 | 298 | 0.32 | 0.63 |
| Hex | BD | 83 | BF | 1 | 1F | 0 | 19 | 12A | 20 | 3F |
| Octal | 275 | 203 | 277 | 1 | 37 | 0 | 31 | 452 | 40 | 77 |
| Binary | 10111101 | 10000011 | 10111111 | 1 | 11111 | 0 | 11001 | 100101010 | 100000 | 111111 |
Color Harmonies of #BD83BF
Complementary color
Monochromatic Colors of #BD83BF
Black with #BD83BF
Text Example
Text Example
White with #BD83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83BF; }
p { color: rgb(189,131,191); }
H1.HeaderClassName
{
color: #BD83BF;
}
.AnyTagClassName
{
color: #BD83BF;
}
</style>
background-color css
<style>
a { background-color: #BD83BF; }
a { background-color: rgb(189,131,191); }
div.DivClassName
{
background-color: #BD83BF;
}
.BgClassName
{
background-color: #BD83BF;
}
</style>
border-color css
<style>
span { border-color: #BD83BF; }
span { border-color: rgb(189,131,191); }
td.TdClassName
{
border-color: #BD83BF;
}
.TagClassName
{
border-color: #BD83BF;
}
</style>