Shades of Wisteria #BC92D0
Tints of Wisteria #BC92D0
RGB
CMYK
RGB Variations
Color information
#BC92D0 (or 0xBC92D0) is known color: Wisteria. HEX triplet: BC, 92 and D0. RGB value is (188,146,208). Sum of RGB (Red+Green+Blue) = 188+146+208=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 146 (57.42% from 255 or 26.94% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC92D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92D0 is #436D2F. Grayscale: #A5A5A5. Windows color (decimal): -4418864 or 13669052. OLE color: 13669052.
HSL color Cylindrical-coordinate representation of color #BC92D0: hue angle of 280.65º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC92D0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 146 | 208 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.18 |
| HSL | 280.65º | 0.4% | 0.69% | - |
| HSV(B) | 280.65º | 0.3% | 0.82% | - |
| XYZ | 42.4 | 35.8 | 64.35 | - |
| YUV | 165.63 | 151.91 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 208 | 0.10 | 0.30 | 0 | 0.18 | 280.65 | 0.4 | 0.69 |
| Hex | BC | 92 | D0 | A | 1E | 0 | 12 | 119 | 28 | 45 |
| Octal | 274 | 222 | 320 | 12 | 36 | 0 | 22 | 431 | 50 | 105 |
| Binary | 10111100 | 10010010 | 11010000 | 1010 | 11110 | 0 | 10010 | 100011001 | 101000 | 1000101 |
Color Harmonies of #BC92D0
Complementary color
Monochromatic Colors of #BC92D0
Black with #BC92D0
Text Example
Text Example
White with #BC92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92D0; }
p { color: rgb(188,146,208); }
H1.HeaderClassName
{
color: #BC92D0;
}
.AnyTagClassName
{
color: #BC92D0;
}
</style>
background-color css
<style>
a { background-color: #BC92D0; }
a { background-color: rgb(188,146,208); }
div.DivClassName
{
background-color: #BC92D0;
}
.BgClassName
{
background-color: #BC92D0;
}
</style>
border-color css
<style>
span { border-color: #BC92D0; }
span { border-color: rgb(188,146,208); }
td.TdClassName
{
border-color: #BC92D0;
}
.TagClassName
{
border-color: #BC92D0;
}
</style>