Shades of London Hue #BD93B4
Tints of London Hue #BD93B4
RGB
CMYK
RGB Variations
Color information
#BD93B4 (or 0xBD93B4) is known color: London Hue. HEX triplet: BD, 93 and B4. RGB value is (189,147,180). Sum of RGB (Red+Green+Blue) = 189+147+180=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93B4 is #426C4B. Grayscale: #A3A3A3. Windows color (decimal): -4353100 or 11834301. OLE color: 11834301.
HSL color Cylindrical-coordinate representation of color #BD93B4: hue angle of 312.86º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD93B4 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 180 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.26 |
| HSL | 312.86º | 0.24% | 0.66% | - |
| HSV(B) | 312.86º | 0.22% | 0.74% | - |
| XYZ | 39.66 | 34.98 | 47.84 | - |
| YUV | 163.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 180 | 0 | 0.22 | 0.05 | 0.26 | 312.86 | 0.24 | 0.66 |
| Hex | BD | 93 | B4 | 0 | 16 | 5 | 1A | 139 | 18 | 42 |
| Octal | 275 | 223 | 264 | 0 | 26 | 5 | 32 | 471 | 30 | 102 |
| Binary | 10111101 | 10010011 | 10110100 | 0 | 10110 | 101 | 11010 | 100111001 | 11000 | 1000010 |
Color Harmonies of #BD93B4
Complementary color
Monochromatic Colors of #BD93B4
Black with #BD93B4
Text Example
Text Example
White with #BD93B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93B4; }
p { color: rgb(189,147,180); }
H1.HeaderClassName
{
color: #BD93B4;
}
.AnyTagClassName
{
color: #BD93B4;
}
</style>
background-color css
<style>
a { background-color: #BD93B4; }
a { background-color: rgb(189,147,180); }
div.DivClassName
{
background-color: #BD93B4;
}
.BgClassName
{
background-color: #BD93B4;
}
</style>
border-color css
<style>
span { border-color: #BD93B4; }
span { border-color: rgb(189,147,180); }
td.TdClassName
{
border-color: #BD93B4;
}
.TagClassName
{
border-color: #BD93B4;
}
</style>