Shades of Wisteria #BC95DB
Tints of Wisteria #BC95DB
RGB
CMYK
RGB Variations
Color information
#BC95DB (or 0xBC95DB) is known color: Wisteria. HEX triplet: BC, 95 and DB. RGB value is (188,149,219). Sum of RGB (Red+Green+Blue) = 188+149+219=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95DB is #436A24. Grayscale: #A8A8A8. Windows color (decimal): -4418085 or 14390716. OLE color: 14390716.
HSL color Cylindrical-coordinate representation of color #BC95DB: hue angle of 273.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC95DB is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 149 | 219 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.14 |
| HSL | 273.43º | 0.49% | 0.72% | - |
| HSV(B) | 273.43º | 0.32% | 0.86% | - |
| XYZ | 44.27 | 37.3 | 71.88 | - |
| YUV | 168.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 219 | 0.14 | 0.32 | 0 | 0.14 | 273.43 | 0.49 | 0.72 |
| Hex | BC | 95 | DB | E | 20 | 0 | E | 111 | 31 | 48 |
| Octal | 274 | 225 | 333 | 16 | 40 | 0 | 16 | 421 | 61 | 110 |
| Binary | 10111100 | 10010101 | 11011011 | 1110 | 100000 | 0 | 1110 | 100010001 | 110001 | 1001000 |
Color Harmonies of #BC95DB
Complementary color
Monochromatic Colors of #BC95DB
Black with #BC95DB
Text Example
Text Example
White with #BC95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95DB; }
p { color: rgb(188,149,219); }
H1.HeaderClassName
{
color: #BC95DB;
}
.AnyTagClassName
{
color: #BC95DB;
}
</style>
background-color css
<style>
a { background-color: #BC95DB; }
a { background-color: rgb(188,149,219); }
div.DivClassName
{
background-color: #BC95DB;
}
.BgClassName
{
background-color: #BC95DB;
}
</style>
border-color css
<style>
span { border-color: #BC95DB; }
span { border-color: rgb(188,149,219); }
td.TdClassName
{
border-color: #BC95DB;
}
.TagClassName
{
border-color: #BC95DB;
}
</style>