Shades of Wisteria #BC92D2
Tints of Wisteria #BC92D2
RGB
CMYK
RGB Variations
Color information
#BC92D2 (or 0xBC92D2) is known color: Wisteria. HEX triplet: BC, 92 and D2. RGB value is (188,146,210). Sum of RGB (Red+Green+Blue) = 188+146+210=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92D2 is #436D2D. Grayscale: #A5A5A5. Windows color (decimal): -4418862 or 13800124. OLE color: 13800124.
HSL color Cylindrical-coordinate representation of color #BC92D2: hue angle of 279.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC92D2 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 146 | 210 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.18 |
| HSL | 279.38º | 0.42% | 0.7% | - |
| HSV(B) | 279.38º | 0.3% | 0.82% | - |
| XYZ | 42.65 | 35.9 | 65.65 | - |
| YUV | 165.85 | 152.91 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 210 | 0.10 | 0.30 | 0 | 0.18 | 279.38 | 0.42 | 0.7 |
| Hex | BC | 92 | D2 | A | 1E | 0 | 12 | 117 | 2A | 46 |
| Octal | 274 | 222 | 322 | 12 | 36 | 0 | 22 | 427 | 52 | 106 |
| Binary | 10111100 | 10010010 | 11010010 | 1010 | 11110 | 0 | 10010 | 100010111 | 101010 | 1000110 |
Color Harmonies of #BC92D2
Complementary color
Monochromatic Colors of #BC92D2
Black with #BC92D2
Text Example
Text Example
White with #BC92D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92D2; }
p { color: rgb(188,146,210); }
H1.HeaderClassName
{
color: #BC92D2;
}
.AnyTagClassName
{
color: #BC92D2;
}
</style>
background-color css
<style>
a { background-color: #BC92D2; }
a { background-color: rgb(188,146,210); }
div.DivClassName
{
background-color: #BC92D2;
}
.BgClassName
{
background-color: #BC92D2;
}
</style>
border-color css
<style>
span { border-color: #BC92D2; }
span { border-color: rgb(188,146,210); }
td.TdClassName
{
border-color: #BC92D2;
}
.TagClassName
{
border-color: #BC92D2;
}
</style>